import { getMousePos } from "https://deno.land/x/litebot@v0.4.4/modules/mouse.ts";
Gets the current mouse position in screen space. This will return a object containing both the x and y value of -1 if the operation failed.
NOTE* This could change in the future.