Center position for multi-touch, or just the single pointer.
Array with all new/moved/lost pointers.
Total time in ms since the first input.
Movement of the X axis.
Movement of the Y axis.
Direction moved. Matches the DIRECTION constants.
Distance moved.
Event type, matches the INPUT constants.
true when the final (last) input.
true when the first input.
Maximum number of pointers detected in the gesture
Direction moved from it's starting point. Matches the DIRECTION constants.
Primary pointer type, could be touch, mouse, pen or kinect.
Array with all pointers, including the ended pointers (touchend, mouseup).
Reference to the srcEvent.preventDefault() method. Only for experts!
Rotation that has been done when multi-touch. 0 on a single touch.
Scaling that has been done when multi-touch. 1 on a single touch.
Source event object, type TouchEvent, MouseEvent or PointerEvent.
Target that received the event.
Timestamp of a gesture
Name of the event. Like panstart.
Highest velocityX/Y value.
Velocity on the X axis, in px/ms.
Velocity on the Y axis, in px/ms
Generated using TypeDoc
Angle moved.