Touch Actions
Touch actions detect high-level touch gestures from Unity touch input.
Actions
| Action |
Description |
| Input Swipe Event |
Sends directional events when a swipe gesture is detected. |
| Input Tap Event |
Sends an event when a tap gesture is detected. |
| Parameter |
Description |
| Finger Count |
Number of fingers required for swipe. |
| Min Swipe Distance |
Minimum normalized swipe distance required. |
| Swipe Left Event |
Event sent for left swipe. |
| Swipe Right Event |
Event sent for right swipe. |
| Swipe Up Event |
Event sent for up swipe. |
| Swipe Down Event |
Event sent for down swipe. |
| Parameter |
Description |
| Finger Count |
Number of fingers required for tap. |
| Required Tap Count |
Number of taps required (single, double, etc.). |
| Tap Event |
Event sent when tap condition is met. |