Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RobLoach/raylib-cpp
/ Close
Method
Close
include/Window.hpp:90–94 ·
view source on GitHub ↗
* Close window and unload OpenGL context */
Source
from the content-addressed store, hash-verified
88
* Close window and unload OpenGL context
89
*/
90
static void Close() {
91
if (::IsWindowReady()) {
92
::CloseWindow();
93
}
94
}
95
96
/**
97
* Check if cursor is on the current screen
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected