-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MouseDown after drag, instead of MouseUp #32
Open
ldemailly opened this issue
Feb 6, 2022
· 6 comments
· Fixed by ldemailly/gohook#1 · May be fixed by #33
Open
MouseDown after drag, instead of MouseUp #32
ldemailly opened this issue
Feb 6, 2022
· 6 comments
· Fixed by ldemailly/gohook#1 · May be fixed by #33
Comments
Thx, I will check it. |
ldemailly
added a commit
to ldemailly/gohook
that referenced
this issue
Feb 6, 2022
Fixes robotn#32 (maybe, need to test)
ldemailly
added a commit
to ldemailly/gohook
that referenced
this issue
Feb 6, 2022
Correct order to match underlying one Fixes robotn#32
(ignore my first MR was on my fork... but see #33 for the simple fix... assuming that doesn't break anything but it works for me, tested using replace github.com/robotn/gohook => github.com/ldemailly/gohook v0.41.0-pre1 |
Gentle ping |
how is this not fixed ... |
you can use my fork it has the fix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(Windows 11)
When you hold a mouse button (left == 1 for instance) and move the mouse events look like this:
I'm pretty sure it should be MouseUp not MouseDown when one releases a button (like it does for KeyHold->KeyUp)?
Right now I'm working around using MouseDown for release (and I wonder who else) so we'd need to change the version tag once fixed
Thanks
Laurent
The text was updated successfully, but these errors were encountered: