method Touchscreen.prototype.tapimport { Touchscreen } from "https://deno.land/x/pptr@1.2.0/src/Input.ts"; tap(x: number, y: number): Promise<void>Dispatches a touchstart and touchend event. Parametersx: number Horizontal position of the tap. y: number Vertical position of the tap. ReturnsPromise<void>