v0.3.4keyboard_event
適用於 Flutter 桌面端(Windows)的鍵盤事件外掛程式
29喜歡 144近 30 天下載120Pub 分數
Windows
適用於 Flutter 桌面端(Windows)的鍵盤事件外掛程式
{"sdk":"flutter"}^1.0.0{"sdk":"flutter"}^2.0.1以下為英文專案原文快照,最新內容請造訪 GitHub。
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.
See example demo