You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @swirly, this was rather a quick fix. Fixed it for both "skia" and "vispy" renderers. Please use the master branch to install p5. pip install git+https://github.com/p5py/p5.git
Describe the bug
the mouse_button does not behave correctly when using mouse_clicked
code to reproduce :
works correctly. Left click => black, right click => white, central click => gray
Does not work. Mouse_button seems undefined in mouse_clicked function and only gray is selected, whatever the click button is.
To Reproduce
Just use the code above
Expected behavior
The two code should behave the same
System information:
The text was updated successfully, but these errors were encountered: