🖲 Current Y position of the mouse.
q5.draw = function () { background(0.8); circle(0, mouseY, 100);}; Copy
q5.draw = function () { background(0.8); circle(0, mouseY, 100);};
🖲 Current Y position of the mouse.