| 547 | } |
| 548 | |
| 549 | int32 cWindow::GetWindowHeight() const { |
| 550 | return mOriginalResolution.mHeight * mScaler; |
| 551 | } |
| 552 | |
| 553 | cDimension cWindow::GetScale() const { |
| 554 | cDimension Result = GetWindowSize() / GetScreenSize(); |
nothing calls this directly
no outgoing calls
no test coverage detected