Results 41 - 60 of 191

TouchEvent.changedTouches

A TouchList whose touch points (Touch objects) varies depending on the event type, as follows:
API DOM DOM Reference Mobile Property Reference Référence touch

TouchEvent.targetTouches

A TouchList listing all the Touch objects for touch points that are still in contact with the touch surface and whose touchstart event occurred inside the same target element as the current target element.
API DOM DOM Reference Mobile Property Reference Référence touch

TouchEvent.touches

A TouchList listing all the Touch objects for touch points that are currently in contact with the touch surface, regardless of whether or not they've changed or what their target element was at touchstart time.
API DOM DOM Reference Mobile Property Reference Référence touch

TouchList

The TouchList interface represents a list of contact points with a touch surface; for example, if the user has three fingers on the touch surface (such as a screen or trackpad), the corresponding TouchList object would have one Touch object for each finger, for a total of three entries.
API DOM DOM Reference Mobile Reference Référence touch TouchList

TouchList.item()

Returns the Touch object at the specified index in the TouchList.
API DOM DOM Reference Method Mobile Reference Référence touch

TouchList.length

This read-only property indicates the number of items (touch points) in a TouchList.
API DOM DOM Reference Mobile Property Reference Référence touch