Skip to content

Touch Actions

Touch event actions based on the Input System Enhanced Touch callbacks.

Finger Events

Action Description Parameters
Touch On Finger Down Sends an event when a finger touches the screen. Send Event, optional Screen Position output
Touch On Finger Move Sends an event while a finger moves on the screen. On Finger Move event
Touch On Finger Up Sends an event when a finger is released. On Finger Up event

Notes

  • Touch On Finger Down can output finger screen position.
  • Use these actions for gesture/state-machine entry points, then read additional touch data in follow-up actions.