MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / SetExitKey

Method SetExitKey

include/Window.hpp:85–85  ·  view source on GitHub ↗

* Set a custom key to exit program (default is ESC) */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected