MCPcopy
hub / github.com/bgstaal/multipleWindow3dScene / getWinShape

Method getWinShape

WindowManager.js:78–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 getWinShape ()
79 {
80 let shape = {x: window.screenLeft, y: window.screenTop, w: window.innerWidth, h: window.innerHeight};
81 return shape;
82 }
83
84 getWindowIndexFromId (id)
85 {

Callers 2

initMethod · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected