Note: You are on the beta version of our docs. This is a work in progress and may contain broken links and pages. 
Interfaces
TouchGestureEventData
TouchGestureEventData
interface TouchGestureEventData extends TapGestureEventData { action: "up" | "move" | "down" | "cancel"; getActivePointers(): Pointer[]; getAllPointers(): Pointer[]; }
Provides gesture event data.
Summary 
Properties
Properties 
action 
Gets action of the touch. Possible values: 'up', 'move', 'down', 'cancel'
Methods 
getActivePointers 
Gets the pointers that triggered the event.
Note: In Android there is aways only one active pointer.
 Returns Pointer[]
getAllPointers 
- Previous
 - TimerInfo
 - Next
 - TraceErrorHandler