Warning: session_start(): open(/var/lib/php/sessions/sess_r9a860d3g0fhai8o2dndq2410o, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
moveMouseSlowly - synonym of moveMouse - moves mouse to a point on screen, slowly (so user can watch) [1015478]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1015478 // moveMouseSlowly - synonym of moveMouse - moves mouse to a point on screen, slowly (so user can watch)

JavaX fragment (include)

1  
static void moveMouseSlowly(int newx, int newy) {
2  
  moveMouse(newx, newy);
3  
}
4  
5  
static void moveMouseSlowly(Pt p) {
6  
  moveMouse(p);
7  
}

Author comment

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: 509 / 534
Referenced in: [show references]