The RotateGesture
class contains the details of a detected Rotate gesture.
Inherits From : Gesture
Property | Description |
---|---|
location | (get) location: Point2DSignal Specifies a Point2DSignal that represents the current center point between two touches of the rotate gesture in screen coordinates.Note: The location is always specified in the screen coordinates, even if the event was emitted as a result of Rotateing on a specific object. |
rotation | (get) rotation: ScalarSignal Specifies a ScalarSignal representing the rotation indicated by the gesture, in radians. |
This module exposes no methods.