GestureHandedness 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.
Represents the hand that initiated the gesture.
public enum GestureHandedness
type GestureHandedness =
Public Enum GestureHandedness
- Inheritance
-
GestureHandedness
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | The gesture is not associated with any specific hand, for example when a gesture is triggered by voice command. |
Left | 1 | The gesture is initiated by left hand. |
Right | 2 | The gesture is initiated by right hand. |