TouchPhase
An enumeration type used to represent touch input phases.
| attributes | description |
|---|---|
| None | No touch event is triggered. |
| Began | The touch event has started. |
| Moved | Touch event is moving. |
| Stationary | The touch event stays in place. |
| Ended | The touch event has ended. |
| Canceled | The touch event has been canceled, for example, due to another event interrupting the current touch event. |
