GestureGestureState Enumeration |
Possible states of a gesture.
Namespace:
TouchScript.Gestures
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax Members
| Member name | Value | Description |
---|
| Idle | 0 |
Gesture is idle.
|
| Possible | 1 |
Gesture started looking for the patern.
|
| Began | 2 |
Continuous gesture has just begun.
|
| Changed | 3 |
Started continuous gesture is updated.
|
| Ended | 4 |
Continuous gesture is ended.
|
| Cancelled | 5 |
Gesture is cancelled.
|
| Failed | 6 |
Gesture is failed by itself or by another recognized gesture.
|
| Recognized | 4 |
Gesture is recognized.
|
See Also