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 class GestureState
public enum GestureState
type GestureState =
Public Enum GestureState
- Inheritance
-
GestureState
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. |
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.