static void moveMouseTo(int newx, int newy) { moveMouse(newx, newy); } static void moveMouseTo(Pt pt) { moveMouse(pt.x, pt.y); } static void moveMouseTo(Rect r) { moveMouseTo(centerOfRect(r)); }
Began life as a copy of #1005549
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
| Snippet ID: | #1005716 |
| Snippet name: | moveMouseTo - synonym of moveMouse |
| Eternal ID of this version: | #1005716/1 |
| Text MD5: | 91bcea0059a957f1e2f9fefff14f8cd8 |
| Author: | stefan |
| Category: | javax / automation |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-12-09 02:29:01 |
| Source code size: | 212 bytes / 11 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 777 / 800 |
| Referenced in: | [show references] |