Windows apps
Collapse the table of content
Expand the table of content
Information
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.

MethodDescription
item

Returns the Touch object at the specified index in the list or null if the index is not less than the length of the list.

 

Properties

The TouchList object has these properties.

PropertyAccess typeDescription

length

Read-only

Length of the TouchList array.

 

Remarks

Each element of the array is a Touch object.

 

 

Show:
© 2017 Microsoft