SwipeDirection

The SwipeDirection Enum represents the direction in which a user swipes on a UserInputService.TouchEnabled device.

The GuiObject.TouchSwipe and UserInputService.TouchSwipe events pass this enum as an argument.

Items

NameValueSummary
Right0
Left1
Up2
Down3
None4