🖲 Current X position of the mouse.
q5.draw = function () { background(0.8); textSize(64); text(round(mouseX), -50, 20);}; Copy
q5.draw = function () { background(0.8); textSize(64); text(round(mouseX), -50, 20);};
🖲 Current X position of the mouse.