q5play
    Preparing search index...

    Variable windowWidth

    windowWidth: number

    💻 The width of the window.

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