mouse_event 0.1.1 copy "mouse_event: ^0.1.1" to clipboard
mouse_event: ^0.1.1 copied to clipboard

PlatformWindows
outdated

Mouse event plugin for Flutter Desktop(Windows)

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();

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

3
likes
110
points
78
downloads

Publisher

unverified uploader

Weekly Downloads

Mouse event plugin for Flutter Desktop(Windows)

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, logger

More

Packages that depend on mouse_event