* Set a custom key to exit program (default is ESC) */
| 83 | * Set a custom key to exit program (default is ESC) |
| 84 | */ |
| 85 | static void SetExitKey(int key) { ::SetExitKey(key); } |
| 86 | |
| 87 | /** |
| 88 | * Close window and unload OpenGL context |
nothing calls this directly
no outgoing calls
no test coverage detected