q5play
    Preparing search index...

    Variable mouseY

    mouseY: number

    🖲 Current Y position of the mouse.

    q5.draw = function () {
    background(0.8);
    circle(0, mouseY, 100);
    };