Create a new TouchEvent instance. It is created from an existing browser event.
The source device of the touch events.
The original browser TouchEvent.
A list of touches that have changed since the last event.
The target DOM element that the event was fired from.
The original browser TouchEvent.
A list of all touches currently in contact with the device.
Get an event from one of the touch lists by the id. It is useful to access touches by their id so that you can be sure you are referencing the same touch.
The identifier of the touch.
An array of touches to search.
The Touch object or null.
A Event corresponding to touchstart, touchend, touchmove or touchcancel. TouchEvent wraps the standard browser DOM event and provides lists of Touch objects.