Enum MagicLeapInputControllerTouchpadGestureType
The type of the touchpad gesture.
Namespace: UnityEngine.XR.MagicLeap
Syntax
public enum MagicLeapInputControllerTouchpadGestureType
Fields
| Name | Description | Value | 
|---|---|---|
| None | 0 | |
| Tap | 1 | |
| ForceTapDown | 2 | |
| ForceTapUp | 3 | |
| ForceDwell | 4 | |
| SecondForceDown | 5 | |
| LongHold | 6 | |
| RadialScroll | 7 | |
| Swipe | 8 | |
| Scroll | 9 | |
| Pinch | 10 |