Enum Gesture.StateType
Definition
- Assembly:
- Tizen.NUI.dll
Enumeration for state of the gesture.
public enum Gesture.StateType
Fields
Name | Description |
---|---|
Cancelled | The gesture has been cancelled. |
Clear | There is no state associated with this gesture. |
Continuing | The gesture is continuing. |
Finished | The user has lifted a finger or touched an additional point on the screen. |
Possible | A gesture is possible. |
Started | The touched points on the screen have moved enough to be considered a gesture. |