q5play
    Preparing search index...

    Variable mouseX

    mouseX: number

    🖲 Current X position of the mouse.

    q5.draw = function () {
    background(0.8);
    textSize(64);
    text(round(mouseX), -50, 20);
    };