unreal.MagicLeapTouchpadGestureDirection

class unreal.MagicLeapTouchpadGestureDirection

Bases: unreal.EnumBase

Direction of touchpad gesture.

C++ Source:

  • Plugin: MagicLeap

  • Module: MagicLeapController

  • File: TouchpadGesturesComponent.h

CLOCKWISE

7

COUNTER_CLOCKWISE

8

DOWN

2

IN

5

LEFT

3

NONE

0

OUT

6

RIGHT

4

UP

1