MCPcopy 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
275unsigned Widget::windowWidth() const {
276 return context()->windowWidth();
277}
278
279Vec2I Widget::windowSize() const {
280 return Vec2I(context()->windowSize());

Callers 2

updateMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected