The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
TouchList object
TouchList provides the list of individual points of contact for a touch event.
DOM Information
Inheritance Hierarchy
The TouchList does not inherit from any class or interface.Members
The TouchList object has these types of members:
Methods
The TouchList object has these methods.
| Method | Description |
|---|---|
| item |
Returns the Touch object at the specified index in the list or |
Properties
The TouchList object has these properties.
| Property | Access type | Description |
|---|---|---|
|
Read-only |
Length of the TouchList array. |
Remarks
Each element of the array is a Touch object.
Show: