🖲 The current button being pressed: 'left', 'right', 'center').
The default value is an empty string.
q5.draw = function () { background(0.8); textSize(64); text(mouseButton, -80, 20);}; Copy
q5.draw = function () { background(0.8); textSize(64); text(mouseButton, -80, 20);};
🖲 The current button being pressed: 'left', 'right', 'center').
The default value is an empty string.