MCPcopy Index your code
hub / github.com/processing/p5.js / getWindowWidth

Function getWindowWidth

src/core/environment.js:737–739  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

735 };
736
737 function getWindowWidth() {
738 return isBrowser ? document.documentElement.clientWidth : 0;
739 }
740
741 function getWindowHeight() {
742 return isBrowser ? document.documentElement.clientHeight : 0;

Callers 1

environmentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected