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: Click callbacks #234

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Purple-CSGO
Copy link

I've added callback functions for mouse left/right click events to fit customization. Examples and README are also adjusted. It works on my project as intended but I'm unable to test if it works on platforms other than windows.

P.S double clicks are not added cuz the lParam const value is not defined and I cannot find it from the doc in comments. Maybe we should customize and implement dbclick by calculating intervals between clicks ourselves?

P.S this PR would break original codes cuz two more callbacks are added to Run() and Register(), so it should be carefully notified when making a new release.

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

Successfully merging this pull request may close these issues.

1 participant