Skip to content

TouchPhase

An enumeration type used to represent touch input phases.

attributesdescription
NoneNo touch event is triggered.
BeganThe touch event has started.
MovedTouch event is moving.
StationaryThe touch event stays in place.
EndedThe touch event has ended.
CanceledThe touch event has been canceled, for example, due to another event interrupting the current touch event.