Skip to main content
Version: 2.13

Get Touch Event Attributes

Extracts the properties associated with a touch event.

Description​

On a multitouch device, a single touch event can includes multiple touches - typically one per finger. This function allows retrieving the touches associated with a touch event object.

Each touch is described by a Touch Event Details object, whose properties can then be accessed using the Get Touch Event Details function.

Inputs​

  • Touch Event (Object): The touch event.

Outputs​

  • Touches (List): The full list of active touches, as a list of Touch Event Details objects.
  • First Touch (Object): The first Touch Event Details object.
  • Timestamp (Number): The timestamp of the event.