Get Touch Event Details Attributes
Get attributes from a Touch Event Detail.
Description
Returns all the attributes of a touch event detail as returned by the Get Touch Event Attributes
function.
Relative positions give coordinates relatively to the component triggering the event.
Absolute positions give the coordinates relatively to the screen of the device.
Inputs
- Touch (Object): The
Touch Event Detail
.
Outputs
- Identifier (Number): The identifier for that detail.
- Relative Position X (Number): Relative position on the X axis.
- Relative Position Y (Number): Relative position on the Y axis.
- Absolute Position X (Number): Absolute position on the X axis.
- Absolute Position Y (Number): Absolute position on the Y axis.
- Radius X (Number): The radius on the X axis.
- Radius Y (Number): The radius on the Y axis.
- Rotation Angle (Number): The rotation angle, in radians.
- Force (Number): The force of the touch.