* Check if window has been initialized successfully */
| 425 | * Check if window has been initialized successfully |
| 426 | */ |
| 427 | static bool IsReady() { return ::IsWindowReady(); } |
| 428 | |
| 429 | /** |
| 430 | * Sets the configuration flags for raylib. |
nothing calls this directly
no outgoing calls
no test coverage detected