Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/yxz/typing/lib.dom.ts>Touch

Deno Standard Extensions
Latest
interface Touch
import { type Touch } from "https://deno.land/x/yxz@0.32.0/typing/lib.dom.ts";

A single contact point on a touch-sensitive device. The contact point is commonly a finger or stylus and the device may be a touchscreen or trackpad.

Properties

readonly
clientX: number
readonly
clientY: number
readonly
force: number
readonly
identifier: number
readonly
pageX: number
readonly
pageY: number
readonly
radiusX: number
readonly
radiusY: number
readonly
rotationAngle: number
readonly
screenX: number
readonly
screenY: number
readonly
target: EventTarget