static void moveMouse(int newx, int newy) ctex { mouseMover().moveMouse(pt(newx, newy)); } static void moveMouse(Pt p) { if (p != null) moveMouse(p.x, p.y); } static void moveMouse(Rect r) { moveMouse(centerOfRect(r)); }
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment