* Get the screen's width and height. */
| 326 | * Get the screen's width and height. |
| 327 | */ |
| 328 | static Vector2 GetSize() { return {static_cast<float>(GetWidth()), static_cast<float>(GetHeight())}; } |
| 329 | |
| 330 | /** |
| 331 | * Get native window handle |
nothing calls this directly
no outgoing calls
no test coverage detected