MCPcopy Create free account
hub / github.com/Code-Bullet/Jump-King / getWindowHeight

Function getWindowHeight

libraries/p5.js:12803–12808  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12801}
12802
12803function getWindowHeight() {
12804 return window.innerHeight ||
12805 document.documentElement && document.documentElement.clientHeight ||
12806 document.body && document.body.clientHeight ||
12807 0;
12808}
12809
12810/**
12811 * System variable that stores the width of the drawing canvas. This value

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected