Skip to main content
Module

x/astral/bindings/celestial.ts>Input_TouchPoint

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Input_TouchPoint
import { type Input_TouchPoint } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";
definition: { x: number; y: number; radiusX?: number; radiusY?: number; rotationAngle?: number; force?: number; tangentialPressure?: number; tiltX?: number; tiltY?: number; twist?: number; id?: number; }