Skip to content

Releases: Animeshz/keyboard-mouse-kt

Release 0.1.0

31 Dec 13:44
Compare
Choose a tag to compare

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

21 Dec 06:41
cb2fff0
Compare
Choose a tag to compare

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

16 Dec 05:49
cb2fff0
Compare
Choose a tag to compare

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