Mouse-Debouncer
Mouse-Debouncer copied to clipboard
A small performant Windows tray application which suppresses false double clicks. (Double Click Fix)
If the main monitor resolution changes, such as when launching a game in full screen, Mouse Debouncer opens an error window saying: ``` The notify icon couldn't be added. Error...
Made a rudimentary fix for https://github.com/marvinlehmann/Mouse-Debouncer/issues/4.
``` error MSB4019: The imported project "D:\Microsoft.Cpp.Default.props" was not found ``` Maybe set up a GHA Workflow to build releases as example and/or provide building instructions clearly in the readme.
I realize this project hasn't had any updates for awhile but would it be possible to add debounce detection of mouse wheel scrolling? _Not_ mouse wheel clicking as that is...