💻 The height of the window.
q5.draw = function () { background(0.8); textSize(64); textAlign(CENTER, CENTER); text(windowHeight, 0, 0);}; Copy
q5.draw = function () { background(0.8); textSize(64); textAlign(CENTER, CENTER); text(windowHeight, 0, 0);};
💻 The height of the window.