PanGesture
The
PanGesture
class contains the details of a detected pan gesture.Property | Description |
location | (get) location: PixelPointSignal (set) (Not Available) 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: PixelPointSignal (set) (Not Available) Specifies a PixelPointSignal 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.
Last modified 3yr ago