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

Method ShouldClose

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

* Check if KEY_ESCAPE pressed or Close icon pressed */

Source from the content-addressed store, hash-verified

78 * Check if KEY_ESCAPE pressed or Close icon pressed
79 */
80 static bool ShouldClose() { return ::WindowShouldClose(); }
81
82 /**
83 * Set a custom key to exit program (default is ESC)

Callers 15

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected