Rotation Gesture Detector
class RotationGestureDetector(var listener: RotationGestureDetector.OnRotationGestureListener? = null)
Gesture detector to handle rotation gestures with two fingers.
Types
Link copied to clipboard
interface OnRotationGestureListener
Listener to notify rotation events.
Properties
Link copied to clipboard
Angle between both fingers at their current position.
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
listener to handle events generated by this gesture detector.