Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ windowWidth
Method
windowWidth
source/windowing/StarWidget.cpp:275–277 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
unsigned Widget::windowWidth() const {
276
return context()->windowWidth();
277
}
278
279
Vec2I Widget::windowSize() const {
280
return Vec2I(context()->windowSize());
Callers
2
update
Method · 0.45
render
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected