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
Name | Value | Summary |
---|---|---|
Right | 0 | The user swiped right. |
Left | 1 | The user swiped left. |
Up | 2 | The user swiped up. |
Down | 3 | The user swiped down. |
None | 4 | The user did not swipe in a certain direction. |