MCPcopy 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
279Vec2I Widget::windowSize() const {
280 return Vec2I(context()->windowSize());
281}
282
283Pane* Widget::window() {
284 if (m_parent)

Callers 4

updateMethod · 0.45
renderMethod · 0.45
fetchCanvasMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected