import { Touchscreen } from "https://deno.land/x/pptr@1.2.0/src/Input.ts";
The Touchscreen class exposes touchscreen events.
Constructors
new
Touchscreen(client: CDPSession, keyboard: Keyboard)Properties
private
_client: CDPSessionprivate
_keyboard: Keyboard