* Returns elapsed time in seconds since InitWindow() */
| 420 | * Returns elapsed time in seconds since InitWindow() |
| 421 | */ |
| 422 | static double GetTime() { return ::GetTime(); } |
| 423 | |
| 424 | /** |
| 425 | * Check if window has been initialized successfully |
nothing calls this directly
no outgoing calls
no test coverage detected