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

Method Window

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

* Build a Window object, but defer the initialization. Ensure you call Init() manually. * * @see Init() */

Source from the content-addressed store, hash-verified

19 * @see Init()
20 */
21 Window() = default;
22
23 /**
24 * Initialize window and OpenGL context.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected