Click or drag to resize

GestureGestureState Enumeration

Possible states of a gesture.

Namespace:  TouchScript.Gestures
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public enum GestureState
Members
  Member nameValueDescription
Idle0 Gesture is idle.
Possible1 Gesture started looking for the patern.
Began2 Continuous gesture has just begun.
Changed3 Started continuous gesture is updated.
Ended4 Continuous gesture is ended.
Cancelled5 Gesture is cancelled.
Failed6 Gesture is failed by itself or by another recognized gesture.
Recognized4 Gesture is recognized.
See Also