unreal.TouchSwipeDirection

class unreal.TouchSwipeDirection

Bases: unreal.EnumBase

Directions the trackpad can be swiped to

C++ Source:

  • Module: VREditor

  • File: VREditorInteractor.h

DOWN

4

LEFT

1

NONE

0

RIGHT

2

UP

3