PanGesture
The PanGesture
class contains the details of a detected pan gesture.
Properties
Property
Description
location
(get) location: PixelPointSignal (set) (Not Available)
Specifies a PixelPointSignal
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: 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.
Methods
This module exposes no methods.
Last updated