Skip to content
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

[Feature Request] Allow splitting MouseDown and MouseUp events #34

Open
MightyBOBcnc opened this issue Jan 22, 2021 · 1 comment
Open

Comments

@MightyBOBcnc
Copy link

It is sometimes necessary to distinguish between pressing a mouse button and releasing it (e.g. software with drag or transform operations like in 3D modeling). It would be nice if your fork could support showing these events separately

This might be better accomplished with text instead of mouse icons e.g. "Left Mouse Press" and "Left Mouse Release" and so on. (not sure how one could distinguish between the two states other than color)

@MightyBOBcnc MightyBOBcnc changed the title Allow splitting MouseDown and MouseUp events [Feature Request] Allow splitting MouseDown and MouseUp events Jan 22, 2021
@bfritscher
Copy link
Owner

Might be supported by the underlying library which is used to get clicks https://github.com/gmamaladze/globalmousekeyhook/blob/vNext/MouseKeyHook/IMouseEvents.cs
Unfortunately, I do not have currently the time to try to implement it.
Thanks for the suggestion. It might be helpfull to show something while the mouse is pressed, but that would required further changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants