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

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

Deno Standard Extensions
Go to Latest
interface Touch
import { type Touch } from "https://deno.land/x/yxz@0.17.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