Gesture.SingleTouch.Event

The Gesture.SingleTouch.Event value type represents a single point touch event.

property Gesture.SingleTouch.Event.Phase phaseread only

The event phase.

Gesture.SingleTouch.Event.Phase.Press

The touch points was pressed.

Gesture.SingleTouch.Event.Phase.Move

The touch point moved.

Gesture.SingleTouch.Event.Phase.Release

The touch point was released.

You can identify the specific points that were released as they will be in the Release phase.

Gesture.SingleTouch.Event.Phase.Stationary

The touch point has not changed.

An event created by Gesture.SingleTouch will never have a Stationary phase.

property Float timestampread only

The time, in seconds, the event was generated.

property Vec2 pointread only

property Vec2 previousPointread only

property Vec2 pressPointread only