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

Method clientWindow

source/game/StarWorldClient.cpp:452–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450}
451
452RectI WorldClient::clientWindow() const {
453 return m_clientState.window();
454}
455
456WorldClientState& WorldClient::clientState() {
457 return m_clientState;

Callers 2

clientWindowsMethod · 0.45
renderImplMethod · 0.45

Calls 1

windowMethod · 0.45

Tested by

no test coverage detected