| 543 | } |
| 544 | |
| 545 | int32 cWindow::GetWindowWidth() const { |
| 546 | return mOriginalResolution.mWidth * mScaler; |
| 547 | } |
| 548 | |
| 549 | int32 cWindow::GetWindowHeight() const { |
| 550 | return mOriginalResolution.mHeight * mScaler; |
nothing calls this directly
no outgoing calls
no test coverage detected