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

Method GetWindowHeight

Source/Window.cpp:549–551  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

547}
548
549int32 cWindow::GetWindowHeight() const {
550 return mOriginalResolution.mHeight * mScaler;
551}
552
553cDimension cWindow::GetScale() const {
554 cDimension Result = GetWindowSize() / GetScreenSize();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected