MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / GetWindowWidth

Method GetWindowWidth

Source/Window.cpp:545–547  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545int32 cWindow::GetWindowWidth() const {
546 return mOriginalResolution.mWidth * mScaler;
547}
548
549int32 cWindow::GetWindowHeight() const {
550 return mOriginalResolution.mHeight * mScaler;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected