Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages.
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