The State enum describes the state of a Gesture.
Value | Description |
---|---|
ENDED | Indicates that the user ended a gesture. |
CANCELED | Indicates that the gesture in progress was canceled. |
FAILED | Indicates that the gesture in progress failed. |
BEGAN | Indicates that the user began creating a gesture. |
CHANGED | Indicates that the gesture in progress was changed. |