Skip to content

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

License

Notifications You must be signed in to change notification settings

rtugeek/mouse_event

Repository files navigation

Mouse Event

ScreenRecording

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

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

WH_MOUSE_LL :
Installs a hook procedure that monitors low-level mouse input events. For more information, see the LowLevelMouseProc hook procedure.

Getting Started

See example demo

// start listening
MouseEventPlugin.startListening((mouseEvent) {
});
// stop listening
MouseEventPlugin.cancelListening();

Link

If you want to catch keyboard event, check this repository out
Keyboard Event

Dart Publish Command

# Windows PowerShell
$Env:https_proxy="127.0.0.1:7890" 
dart pub publish --server=https://pub.dartlang.org

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published