Releases: NighthawkSLO/Mouse.dll
3.2.0 Release
Uses process hook instead of a global one, better for sliders, added all mouse options
3.1.0 Release
another rewrite
split into multiple files, threading instead of timers
fixes "Refresh all" issues and issues with loading and unloading too fast
3.0.0 Release
Rewrite and better than before if most scenarios
2.2.2.41 Release
Case insensitive temporary variables
Adding MoveAction
2.2.1.38 Release
New, better way of doing HoldAction
Removing some unused variables
2.2.0.32 Release
new HoldAction
and HoldDelay
options for specifying an action that executes after holding the mouse for a certain time
2.1.0.26 Release
some unnecessary code removed, new MouseButton
option for specifying what mouse button to check
Initial release that I'm proud of
Uses a detached thread with a 20 ms cooldown, ~10x more cpu efficient than previous release. Still lacking in some advanced functionality but it's getting there
Initial release worthy release
Has no internal cooldown, meaning it's like a while loop, consuming 20% cpu if you move your mouse. I thought I could improve the hook concept but have since moved away from it.