Skip to content

@ralphschuler.webgl shader factory.<internal>.TouchList

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: TouchList

@ralphschuler/webgl-shader-factory.<internal>.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

Indexable

▪ [index: number]: Touch

Table of contents

Properties

Methods

Properties

length

Readonly length: number

MDN Reference

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22384

Methods

item

item(index): null | Touch

MDN Reference

Parameters

Name Type
index number

Returns

null | Touch

Defined in

node_modules/typescript/lib/lib.dom.d.ts:22386

Typescript Libraries

Modules

Namespaces

Clone this wiki locally