q5play
    Preparing search index...

    Variable windowHeight

    windowHeight: number

    💻 The height of the window.

    q5.draw = function () {
    background(0.8);
    textSize(64);
    textAlign(CENTER, CENTER);
    text(windowHeight, 0, 0);
    };