q5play
    Preparing search index...

    Variable key

    key: string

    🖲 The name of the last key pressed.

    q5.draw = function () {
    background(0.8);
    textSize(64);
    text(key, -80, 20);
    };