-
Notifications
You must be signed in to change notification settings - Fork 252
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
click theRunIsStuck #613
Comments
Thank you for your report. As you do not state what platform you are running this on I can only speculate. However, I think the issue is that these functions are not invoked sequentially; when a mouse button is clicked, I suggest you check out the I would love some feedback on that branch; it has remained unmerged for six years already, but I have at least kept it up-to-date. |
@moses-palmer thank you for keeping it up to date. I would like to use this in https://github.com/OpenAdaptAI/OpenAdapt (until now we are using #550). However using the
To fix: https://github.com/moses-palmer/pynput/blob/feature-injected/lib/pynput/_util/darwin.py#L43 should have:
https://github.com/moses-palmer/pynput/blob/feature-injected/lib/pynput/_util/darwin.py#L284 should be
|
The above is my py code. When I run to ctr.click(Button.left), I can't output print("end "), and my mouse is stuck.
The text was updated successfully, but these errors were encountered: