TouchList.identifiedTouch()

This article needs a technical review. How you can help.

Deprecated
This feature has been removed from the Web standards. Though some browsers may still support it, it is in the process of being dropped. Do not use it in old or new projects. Pages or Web apps using it may break at any time.

The identifiedTouch method returns the first Touch item in the TouchList matching the specified identifier.

Syntax

var touchItem = touchList.identifiedTouch(id);

Parameters

id
An integer value identifying the Touch object to retrieve from the list.

Return value

touchItem
A Touch object matching the specified id.

Specifications

Not part of any specification. This API was removed from the Touch Events v2 draft specification.

Browser compatibility

Feature Chrome Firefox (Gecko) Internet Explorer Opera Safari
Basic support ? ? ? ? ?
Feature Android Chrome for Android Firefox Mobile (Gecko) IE Mobile Opera Mobile Safari Mobile
Basic support ? ? ? ? ? ?

Document Tags and Contributors

 Contributors to this page: fscholz, AFBarstow, MattBrubeck, jsx, kscarfone, Sheppy
 Last updated by: fscholz,