TouchpadGesture
Public Enums
Direction
Direction of touchpad gesture. Links to MLInputControllerTouchpadGestureDirection in ml_input.h.
| Enumerator | Value | Description |
|---|---|---|
| None | 0 | Direction: None |
| Up | Direction: Up | |
| Down | Direction: Down | |
| Left | Direction: Left | |
| Right | Direction: Right | |
| Clockwise | Direction: Clockwise | |
| CounterClockwise | Direction: Counter Clockwise |
State
Gesture state. Links to MLInputControllerTouchpadGestureState in ml_input.h.
| Enumerator | Value | Description |
|---|---|---|
| End | 0 | State: End |
| Continue | State: Continue | |
| Start | State: Start |
Type
Recognized touchpad gesture types. Links to MLInputControllerTouchpadGestureType in ml_input.h.
| Enumerator | Value | Description |
|---|---|---|
| None | 0 | Type: None |
| Tap | Type: Tap | |
| ForceTapDown | Type: Force Tap Down | |
| ForceTapUp | Type: Force Tap Up | |
| ForceDwell | Type: Force Dwell | |
| SecondForceDown | Type: Second Force Down | |
| RadialScroll | Type: Radial Scroll | |
| Swipe | Type: Swipe |