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

Function getWindowWidth

libraries/p5.js:12796–12801  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12794};
12795
12796function getWindowWidth() {
12797 return window.innerWidth ||
12798 document.documentElement && document.documentElement.clientWidth ||
12799 document.body && document.body.clientWidth ||
12800 0;
12801}
12802
12803function getWindowHeight() {
12804 return window.innerHeight ||

Callers 1

p5.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected