mouse
mouse copied to clipboard
mouse.is_pressed() gets stuck
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.
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
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