Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ogone/src/ogone.dom.d.ts>TouchList

Advanced Web Composition for Future
Latest
interface TouchList
import { type TouchList } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

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 Signatures

[index: number]: Touch

Properties

readonly
length: number

Methods

item(index: number): Touch | null