1 | static void moveMouseSlowly(int newx, int newy) {
|
2 | moveMouse(newx, newy); |
3 | } |
4 | |
5 | static void moveMouseSlowly(Pt p) {
|
6 | moveMouse(p); |
7 | } |
Began life as a copy of #1005549
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1015478 |
| Snippet name: | moveMouseSlowly - synonym of moveMouse - moves mouse to a point on screen, slowly (so user can watch) |
| Eternal ID of this version: | #1015478/1 |
| Text MD5: | c5bd49ee6217b57c6c08caea0312e37c |
| Author: | stefan |
| Category: | javax / automation |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-05-15 01:07:12 |
| Source code size: | 137 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 548 / 568 |
| Referenced in: | [show references] |