Skip to main content
Version: 20 Mar 2024

TouchpadGesture

Public Enums

Direction

Direction of touchpad gesture. Links to MLInputControllerTouchpadGestureDirection in ml_input.h.

EnumeratorValueDescription
None0Direction: None
UpDirection: Up
DownDirection: Down
LeftDirection: Left
RightDirection: Right
ClockwiseDirection: Clockwise
CounterClockwiseDirection: Counter Clockwise

State

Gesture state. Links to MLInputControllerTouchpadGestureState in ml_input.h.

EnumeratorValueDescription
End0State: End
ContinueState: Continue
StartState: Start

Type

Recognized touchpad gesture types. Links to MLInputControllerTouchpadGestureType in ml_input.h.

EnumeratorValueDescription
None0Type: None
TapType: Tap
ForceTapDownType: Force Tap Down
ForceTapUpType: Force Tap Up
ForceDwellType: Force Dwell
SecondForceDownType: Second Force Down
RadialScrollType: Radial Scroll
SwipeType: Swipe