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)

static void moveMouseSlowly(int newx, int newy) {
  moveMouse(newx, newy);
}

static void moveMouseSlowly(Pt p) {
  moveMouse(p);
}

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