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

mouse.is_pressed() gets stuck #25

Open
AllyTally opened this issue Jun 22, 2018 · 2 comments
Open

mouse.is_pressed() gets stuck #25

AllyTally opened this issue Jun 22, 2018 · 2 comments

Comments

@AllyTally
Copy link

Seemingly randomly, mouse.is_pressed() gets stuck.

With just this:
leftm = mouse.is_pressed(button='left') print(leftm)

Try clicking and unclicking ~25 times, soon after it'll stop accepting input and get stuck at either True or False.

@Rainbobow
Copy link

Works perfectly fine for me
I noticed one thing though : mouse.is_pressed(button=mouse.LEFT) has a slight cooldown of 0.9~1 second

@AdroitBit
Copy link

AdroitBit commented Aug 5, 2022

Works perfectly fine for me I noticed one thing though : mouse.is_pressed(button=mouse.LEFT) has a slight cooldown of 0.9~1 second

That is totally a bug

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

3 participants