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