Search results

TouchEventArgs API in JavaScript (ES5) Base API control

Properties

changedTouches

MouseEventArgs[] | TouchEventArgs[]

A TouchList with touched points.

clientX

number

The horizontal coordinate point of client area.

clientY

number

The vertical coordinate point of client area.

Methods

preventDefault

Cancel the default action.

Returns void