Uses 1319K of libraries. Click here for Pure Java version (3666L/19K).
1 | !7 |
2 | |
3 | cmodule MouseMoverModule > DynPrintLog { |
4 | transient MouseMover mm; |
5 | |
6 | start { |
7 | mm = mouseMover(); |
8 | mm.blockTimeAfterInterference = 1000; |
9 | mm.endAfterInterference = false; |
10 | mm.enter = () -> enter(); |
11 | mm.enable(); |
12 | dm_vmBus_answerToMessage mouseMover(() -> mm); |
13 | } |
14 | |
15 | void cleanMeUp { dispose mm; } |
16 | |
17 | // API |
18 | |
19 | MouseMover getMouseMover() { ret mm; } |
20 | } |
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1025003 |
Snippet name: | Mouse Mover |
Eternal ID of this version: | #1025003/8 |
Text MD5: | 8ad86698c9c383e0c83d58540701a235 |
Transpilation MD5: | 77cd6aefed68b43a2423f8c4a9739cee |
Author: | stefan |
Category: | javax |
Type: | JavaX source code (Dynamic Module) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-09-01 01:51:53 |
Source code size: | 401 bytes / 20 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 353 / 3790 |
Version history: | 7 change(s) |
Referenced in: | [show references] |