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

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>Touch

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface Touch
import { type Touch } from "https://deno.land/x/windmill@v1.333.5/node_modules/evt/lib/types/lib.dom.d.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
altitudeAngle: number
readonly
azimuthAngle: number
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
readonly
touchType: TouchType