Options
All
  • Public
  • Public/Protected
  • All
Menu

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.

Hierarchy

  • TouchList

Indexable

[index: number]: Touch

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.

Index

Properties

Methods

Properties

length

length: number

Methods

item

  • item(index: number): Touch | null
  • Parameters

    • index: number

    Returns Touch | null

Generated using TypeDoc