Releases: Animeshz/keyboard-mouse-kt
Releases · Animeshz/keyboard-mouse-kt
Release 0.1.0
This release includes:
- Add keyboard support for Windows x86_64 on the JVM.
- Minor optimizations on the existing code.
See #7 for more info of the changes.
Release 0.0.2
Changes / Additions:
- Fixes #1
- Removes restriction to build Linux only on Linux host.
- Optimizes both Linux and Windows handlers.
- Adds auto-closing of resources.
Release 0.0.1
Added support for Kotlin/Native Windows (x64) and Linux (x64).
Implemented bidirectional communication (both retrieval and pushing of events and states) with the keyboard on the host machine, along with High-Level API mentioned in the README.md