Table of Contents

Enum TouchPhase

Namespace
Xui.Core.Abstract.Events
Assembly
Core.dll

Describes the phase of an individual touch point during a touch event.

public enum TouchPhase

Fields

End = 2

The touch has ended (finger or stylus lifted off the surface).

Move = 1

The touch is actively moving across the surface.

Start = 0

The touch has just started (finger or stylus contacted the surface).