static void robot_leftMouseButtonPressOrRelease_scaled(bool down, double x, double y) { int dummyWidth = 100000; robot_leftMouseButtonPressOrRelease_scaled(down, iround(x*dummyWidth), iround(y*dummyWidth), dummyWidth); } static void robot_leftMouseButtonPressOrRelease_scaled(bool down, int x, int y, int scaledWidth) ctex { final new Robot robot; int button = InputEvent.BUTTON1_DOWN_MASK; dm_moveMouseImmediate_direct_scaled(x, y, scaledWidth); if (down) robot.mousePress(button); else robot.mouseRelease(button); }
Began life as a copy of #1005793
download show line numbers debug dex old transpilations
Travelled to 9 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1019908 |
| Snippet name: | robot_leftMouseButtonPressOrRelease_scaled |
| Eternal ID of this version: | #1019908/8 |
| Text MD5: | aef843e4a14ae83a338ed6430bf4d9bd |
| Author: | stefan |
| Category: | javax / gui |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-11-30 22:35:08 |
| Source code size: | 553 bytes / 14 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 534 / 587 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |