Keyboard Mouse Kt Versions Save

A lightweight multiplatform library for interacting with global keyboard and mouse events and states from Kotlin, Java and NodeJS.

0.3.3

3 years ago

Documentation fixes, and renaming of some NodeJS symbol names, to be more precise and stable.

0.3.2

3 years ago

Adds quick fixes for errors in NodeJS platform, by #17.

0.3.1

3 years ago

Adds NodeJS support with #15

0.2.4

3 years ago

Fix bug causing NativeKeyboardHandler.sendEvent(event) to give undefined behavior in Linux.

0.2.3

3 years ago

Fixes bug causing all letters to be caps while using Keyboard.write(string)

0.2.2

3 years ago

This release includes:

  • Separate out docs in webpage
  • Add Java integration

0.2.1

3 years ago

Remove dependency to stately, making the library even more lightweight. Remove all symbol table and relocation information from the shared libraries (jvm) effectively reducing size less than quarter of previous size. Fixes JVM not shutting down even after all tasks have been finished.

0.2.0

3 years ago

PR #11.

  • Adds support for x86 linux distro.
  • Fixes #10
  • Cleans up public interfacing code (Keyboard.kt)
  • Fixes bug on Windows (Kotlin/Native target).

0.1.2

3 years ago

Adds support for Linux x64 (64 bit) and Windows x86 (32 bit) on JVM.

0.1.1

3 years ago

Fix frozen Windows JVM handler, and a few minor bugs (#9)