q5play
    Preparing search index...

    Variable mouseButton

    mouseButton: string

    🖲 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);
    };