TouchList

@native @JSType
trait TouchList extends DOMList[Touch]

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.

trait DOMList[Touch]
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Concrete methods

def item(index: Int): Touch

Inherited methods

@JSBracketAccess
def apply(index: Int): Touch
Inherited from:
DOMList
def hasOwnProperty(v: String): Boolean
Inherited from:
Object
def isPrototypeOf(v: Object): Boolean
Inherited from:
Object
def length: Int
Inherited from:
DOMList
def propertyIsEnumerable(v: String): Boolean
Inherited from:
Object
def toLocaleString(): String
Inherited from:
Object
def valueOf(): Any
Inherited from:
Object