Returns the height of the game screen, which is scaled by the window scale factor.
| 186 | |
| 187 | // Returns the height of the game screen, which is scaled by the window scale factor. |
| 188 | int32_t height() |
| 189 | { |
| 190 | const auto& screenInfo = Gfx::getDrawingEngine().getScreenInfo(); |
| 191 | return screenInfo.height; |
| 192 | } |
| 193 | |
| 194 | bool isInitialized() |
| 195 | { |
no outgoing calls
no test coverage detected