Gesture.Pan.Event

property Gesture.Pan.Event.Phase phaseread only

The phase of the pan event.

Gesture.Pan.Event.Phase.None

The event is not part of an active pan gesture.

Gesture.Pan.Event.Phase.Start

The event represents the start of a pan gesture.

Gesture.Pan.Event.Phase.Pan

The event represents an in progress pan gesture.

Gesture.Pan.Event.Phase.End

The event represents the end of a pan gesture.

property Vec2 distanceread only

The total distance the user has panned.

property Vec2 deltaread only

The distance the user has panned since the last pan event.

property Vec2 velocityread only

The instantaneous velocity of the pan gesture.