Class TouchList

A list of contact points on a touch surface. For example, if the user has three fingers on the touch surface (such as a screen or trackpad), the corresponding TouchList object would have one Touch object for each finger, for a total of three entries.

MDN Reference

Hierarchy

  • TouchList

Implements

Indexable

[index: number]: Touch

Constructors

Properties

Methods

Constructors

  • Returns TouchList

Properties

length: number

Methods

  • Returns IterableIterator<Touch>

  • Parameters

    • index: number

    Returns null | Touch

Generated using TypeDoc