MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / window

Method window

source/game/StarWorldClientState.cpp:27–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27RectI WorldClientState::window() const {
28 return RectI::withSize(Vec2I(m_windowXMin.get(), m_windowYMin.get()), Vec2I(m_windowWidth.get(), m_windowHeight.get()));
29}
30
31void WorldClientState::setWindow(RectI const& window) {
32 m_windowXMin.set(window.xMin());

Callers 7

clientWindowMethod · 0.45
renderMethod · 0.45
updateMethod · 0.45
renderCollisionDebugMethod · 0.45
clientWindowMethod · 0.45
updateMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected