TouchGestureModule.Gesture.State
The State enum describes the state of a Gesture.
Values
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.
Last updated
Was this helpful?