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

Method ~Window

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

* Close window and unload OpenGL context */

Source from the content-addressed store, hash-verified

45 * Close window and unload OpenGL context
46 */
47 ~Window() { Close(); }
48
49 [[nodiscard]] std::string ToString() const { return TextFormat("Window(%dx%d)", GetWidth(), GetHeight()); }
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected