import { setMousePos } from "https://deno.land/x/litebot@v0.4.4/mod.ts";
Set the mouse location with screen-space x, y cordinates. The function can fail if the caller passes in bounds that do not exists. However this will simply move the mouse to the edge of the screen.