EdgeGestureKind
EdgeGestureKind
EdgeGestureKind
EdgeGestureKind
Enum
Definition
Specifies the type of user input that triggered the edge gesture event.
public : enum class EdgeGestureKindpublic enum EdgeGestureKindPublic Enum EdgeGestureKind// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Keyboard Keyboard Keyboard Keyboard | The user entered the Win+Z key sequence on the keyboard. |
| Mouse Mouse Mouse Mouse | The user performed a right mouse click. |
| Touch Touch Touch Touch | The user made a swipe gesture on a touch-enabled screen. |
Remarks
These values are used in the EdgeGestureEventArgs.kind property.