import { type Protocol } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { SynthesizePinchGestureRequest } = Protocol.Input;
Properties
optional
relativeSpeed: integerRelative pointer speed in pixels per second (default: 800).
optional
gestureSourceType: GestureSourceTypeWhich type of input events to be generated (default: 'default', which queries the platform for the preferred input type).