Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
init
Method · 0.95
update
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected