Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ windowSize
Method
windowSize
source/windowing/StarWidget.cpp:279–281 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
277
}
278
279
Vec2I Widget::windowSize() const {
280
return Vec2I(context()->windowSize());
281
}
282
283
Pane* Widget::window() {
284
if (m_parent)
Callers
4
update
Method · 0.45
render
Method · 0.45
fetchCanvas
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected