GestureState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumeration specifying the various states of a gesture.
public enum GestureState
type GestureState =
- Inheritance
-
System.EnumGestureState
Fields
Began | 0 | The gesture has begun and has not ended, failed, or been cancelled. |
Cancelled | 4 | The gesture was cancelled. |
Ended | 2 | The gesture has ended. |
Failed | 3 | The gesture was not recognized. |
Possible | 5 | The gesture is in progress and may still become recognizable. |
Update | 1 | The gesture state is being updated. |