The phases that a touch event goes through. The phase is passed to the event handlers. These properties are read-only, attempting to change them will not alter the values passed to the event handlers.
Constant indicating the cancel phase of the touch event.
Constant indicating the end phase of the touch event.
Constant indicating the move phase of the touch event.
Constant indicating the start phase of the touch event.
Generated using TypeDoc
The phases that a touch event goes through. The phase is passed to the event handlers. These properties are read-only, attempting to change them will not alter the values passed to the event handlers.