GestureRecognizerState Enumeration |
Namespace: DigitalRubyShared
public enum GestureRecognizerState
Member name | Value | Description | |
---|---|---|---|
Possible | 1 | Gesture is possible | |
Began | 2 | Gesture has started | |
Executing | 4 | Gesture is executing | |
Ended | 8 | Gesture has ended | |
EndPending | 16 | End is pending, if the dependant gesture fails | |
Failed | 32 | Gesture has failed |