RotationGestureDetector

Gesture detector to handle rotation gestures with two fingers.

Constructors

Link copied to clipboard

Types

Link copied to clipboard

Listener to notify rotation events.

Properties

Link copied to clipboard

Angle between both fingers at their current position.

Link copied to clipboard

Current X coordinate of 1st finger.

Link copied to clipboard

Current X coordinate of 2nd finger.

Link copied to clipboard

Current Y coordinate of 1st finger.

Link copied to clipboard

Current Y coordinate of 2nd finger.

Link copied to clipboard

Angle variation respect previous touch event.

Link copied to clipboard

Amount of angle variation between initial and current positions.

Link copied to clipboard

Angle between both fingers at their initial position.

Link copied to clipboard

Initial X coordinate of 1st finger.

Link copied to clipboard

Initial X coordinate of 2nd finger.

Link copied to clipboard

Initial Y coordinate of 1st finger.

Link copied to clipboard

Initial Y coordinate of 2nd finger.

Link copied to clipboard

listener to handle events generated by this gesture detector.

Link copied to clipboard

X coordinate of pivot point. The pivot point is located between both fingers and is a point where rotation should not have any effect.

Link copied to clipboard

Y coordinate of pivot point.

Functions

Link copied to clipboard

Method to call when a touch event occurs.