Uses 1319K of libraries. Click here for Pure Java version (3666L/19K).
!7 cmodule MouseMoverModule > DynPrintLog { transient MouseMover mm; start { mm = mouseMover(); mm.blockTimeAfterInterference = 1000; mm.endAfterInterference = false; mm.enter = () -> enter(); mm.enable(); dm_vmBus_answerToMessage mouseMover(() -> mm); } void cleanMeUp { dispose mm; } // API MouseMover getMouseMover() { ret mm; } }
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: | 558 / 4048 |
| Version history: | 7 change(s) |
| Referenced in: | [show references] |