Interfaces
TapGestureEventData
TapGestureEventData
interface TapGestureEventData extends GestureEventData { getPointerCount(): number; getX(): number; getY(): number; }
Provides gesture event data.
Summary β
Methods
Methods β
getPointerCount β
Gets the number of pointers in the event.
Returns number
getX β
Gets the X coordinate of this event inside the view that triggered the event
Returns number
getY β
Gets the Y coordinate of the event inside the view that triggered the event.
Returns number
- Previous
- SystemAppearanceChangedEventData
- Next
- Template
On this page