static void dm_moveMouseImmediate_direct(Rect r) { moveMouseQuickly(r); } static void dm_moveMouseImmediate_direct(Pt p) { moveMouseQuickly(p); } static void dm_moveMouseImmediate_direct(int x, int y) { moveMouseQuickly(x, y); }
download show line numbers debug dex old transpilations
Travelled to 10 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019767 |
| Snippet name: | dm_moveMouseImmediate_direct - synonym of moveMouseQuickly |
| Eternal ID of this version: | #1019767/1 |
| Text MD5: | b14e1455d7b979d36a1ac3849baa0462 |
| Author: | stefan |
| Category: | |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-25 03:03:33 |
| Source code size: | 248 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 476 / 510 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1019903 - dm_moveMouseImmediate_direct_scaled - coordinates come from scaled-down screenshot |