kristian / system-hook

Global Keyboard / Mouse Hook for Java applications.
MIT License
269 stars 48 forks source link

mouse pressed is mouse released and vice versa #1

Closed ChristianRathke closed 8 years ago

ChristianRathke commented 8 years ago

In GlobalMouseHook.java "mousePressed" is called after the mouse has gone up and "mouseReleased" is called after the mouse has gone down...

kristian commented 8 years ago

What a bug. Fixed with 8d1ab72708f237692867c2fa1d52a841e5c8a74d and version 2.3. Thank you!