Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

30 lines (23 loc) · 1.03 KB

0.3.4

0.3.2

  • fix issues/3 by detect LLKHF_UP bit in flags of KBDLLHOOKSTRUCT structure

0.3.2

  • fix KEYEVENT_DEBUG enabled build problem when user use pub instead of a git repo

0.3.1

  • remove spdlog depedence for normal user
    • developer can set variable KEYEVENT_DEBUG to ON in windows\CMakeLists.txt to enable it
      • spdlog will be auto downlowd and compile when you compile this plugin

0.3.0-0

  • make _virtualKeyString2CodeMap,_virtualKeyCode2StringMap public (remove_) for the names
  • remove async get functions virtualKeyString2CodeMap & virtualKeyCode2StringMap, the virtual-key map will init in the static fun init() of class KeyboardEvent
  • add isLeter, isNumber

0.2.0-0

  • Migrate example to null-safety;
  • add class KeyBoardState to record all pressed keys;

0.1.0-0

Use EventChannel to get events