Haxe API Documentation
Back | Index
extern class js.html.TouchList
Available in js
A TouchList represents a list of all of the points of contact with a touch surface; for example, if the user has three fingers on the screen (or trackpad), the corresponding TouchList would have one Touch object for each finger, for a total of three entries.

Documentation for this class was provided by MDN.
var length(default,null) : Int
The number of Touch  objects in the TouchList. Read only.
function item(index : Int) : Touch
Back | Index