mouse icon indicating copy to clipboard operation
mouse copied to clipboard

mouse.is_pressed() gets stuck

Open AllyTally opened this issue 6 years ago • 2 comments

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.

AllyTally avatar Jun 22 '18 20:06 AllyTally

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

Rainbobow avatar Dec 10 '20 15:12 Rainbobow

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

AdroitBit avatar Aug 05 '22 10:08 AdroitBit