Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 759 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 759 Bytes

keyboard_event

ScreenRecording

Flutter Plugin for Windows to catch ALL keyboard events, even if you are using other programs;

This Plugin use Windows 's SetWindowsHookEx API. click the links for details.

WH_KEYBOARD_LL :
Installs a hook procedure that monitors low-level keyboard input events. For more information, see the LowLevelKeyboardProc hook procedure.

Getting Started

See example demo