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
Name | Value | Description |
---|---|---|
Began | 0 | The gesture has begun and has not ended, failed, or been cancelled. |
Update | 1 | The gesture state is being updated. |
Ended | 2 | The gesture has ended. |
Failed | 3 | The gesture was not recognized. |
Cancelled | 4 | The gesture was cancelled. |
Possible | 5 | The gesture is in progress and may still become recognizable. |