unreal.TouchSwipeDirection

class unreal.TouchSwipeDirection

Bases: EnumBase

Directions the trackpad can be swiped to

C++ Source:

  • Module: VREditor

  • File: VREditorInteractor.h

DOWN: TouchSwipeDirection

4

LEFT: TouchSwipeDirection

1

NONE: TouchSwipeDirection

0

RIGHT: TouchSwipeDirection

2

UP: TouchSwipeDirection

3