JavaScripture
Contribute via GitHub Feedback

TouchList : Object

Instance Indexers

this[index : Number] : Touch  

Returns the Touch at the specified index. You can also use the item() method to retrieve the item.

Instance Properties

length : Number  

The number of Touches in the list.

Instance Methods

item(index : Number) : Touch

Same as this[index].