Gets action of the touch. Possible values: 'up', 'move', 'down', 'cancel'
Gets the underlying native android specific gesture detector.
Gets the underlying native iOS specific UIGestureRecognizer.
Gets the type of the gesture.
Gets the view which originates the gesture.
Gets the pointers that triggered the event. Note: In Android there is aways only one active pointer.
Gets all pointers.
Gets the number of pointers in the event.
Gets the X coordinate of this event inside the view that triggered the event
Gets the Y coordinate of the event inside the view that triggered the event.
Provides gesture event data.