Extends Gesture

Gesture.Rotate

event started()

event rotated(Float delta)

event ended()

property Bool isRotatingread only

The started event is emitted when the rotation starts.

The rotated event is emitted each time the rotation changes. The delta argument contains the delta in rotation since the previous rotated() event.

The ended event is emitted when the rotation ends.

The isRotating property is true while the rotation is in progress, and false otherwise.

property Float rotationread only

property Vec2 centroidread only