Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

64 lines (41 loc) · 1.04 KB

Changelog

0.7.0

Added

  • serde feature

0.6.0

Added

  • Many missing keys
  • Check if ScrollLock is toggled
  • bind_all
  • MousewheelUp and MousewheelDown
  • KeybdKey::is_bound and MouseButton::is_bound

Changed

  • get_keybd_key is now public

Fixed

  • Mouse cursor move on Linux
  • Use Wayland for mouse press and release on Linux
  • Support checks for whether is pressed on Linux with Wayland
  • Synchronize device after use
  • Improved examples
  • Handling of Alt keys
  • Updated dependencies
  • Improved comments
  • Reduced unsafe usage
  • Various refactorings

0.5.0

Added

  • Blockable binds (optionally hide events from system)
  • Block binds (hide events from system)
  • Function to get current mouse cursor position
  • License file

Changed

Removed

  • Lazystatic

0.4.0

Added

  • Support for sending key sequences

Changed

  • Winapi 3.0