import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { Touch } = dom;
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
target: EventTargetreadonly
touchType: TouchType