Skip to content

Releases: NighthawkSLO/Mouse.dll

3.2.0 Release

15 May 20:27
Compare
Choose a tag to compare

Uses process hook instead of a global one, better for sliders, added all mouse options

3.1.0 Release

02 Apr 09:15
Compare
Choose a tag to compare

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

13 Mar 20:50
Compare
Choose a tag to compare

Rewrite and better than before if most scenarios

2.2.2.41 Release

18 May 18:13
12c08f1
Compare
Choose a tag to compare

Case insensitive temporary variables

Adding MoveAction

2.2.1.38 Release

07 May 09:36
5c474b0
Compare
Choose a tag to compare

New, better way of doing HoldAction

Removing some unused variables

2.2.0.32 Release

02 May 19:55
b7cedd5
Compare
Choose a tag to compare

new HoldAction and HoldDelay options for specifying an action that executes after holding the mouse for a certain time

2.1.0.26 Release

01 May 10:03
2aa23e6
Compare
Choose a tag to compare

some unnecessary code removed, new MouseButton option for specifying what mouse button to check

Initial release that I'm proud of

30 Apr 21:49
4515b24
Compare
Choose a tag to compare

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

30 Apr 21:49
32db403
Compare
Choose a tag to compare

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.