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

9
LINES

< > BotCompany Repo | #1001874 // Print mouse position every second

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (85L/1K/3K).

!752

p {
  while true {
    Point p = mousePosition();
    print(p);
    sleepSeconds(1);
  }
}

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, teubizvjbppd, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1001874
Snippet name: Print mouse position every second
Eternal ID of this version: #1001874/1
Text MD5: ea17574a53ed79212e3e4ef89c237019
Transpilation MD5: 203a77cabdda534f7ff883d8b5d23579
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2015-12-01 17:09:56
Source code size: 104 bytes / 9 lines
Pitched / IR pitched: No / Yes
Views / Downloads: 545 / 607
Referenced in: [show references]