A Event corresponding to touchstart, touchend, touchmove or touchcancel. TouchEvent wraps the standard browser DOM event and provides lists of Touch objects.

Constructors

Properties

changedTouches: Touch[] = []

A list of touches that have changed since the last event.

element: Element

The target DOM element that the event was fired from.

event: TouchEvent

The original browser TouchEvent.

touches: Touch[] = []

A list of all touches currently in contact with the device.

Methods