The PanGesture class contains the details of a detected pan gesture.
| Property | Description |
|---|---|
location | (get) location: Point2DSignal Specifies a Point2DSignal that represents the location of the gesture in screen coordinates.Note: The location is always specified in the screen coordinates, even if the event was emitted as a result of panning on a specific object. |
translation | (get) translation: Point2DSignal Specifies a Point2DSignal indicating the position of the gesture, in screen coordinates, relative to the start point.Note: The translation is always specified in the screen coordinates, even if the event was emitted as a result of panning on a specific object. |
This module exposes no methods.