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

Function InitWindow

include/Functions.hpp:24–26  ·  view source on GitHub ↗

* Initialize window and OpenGL context */

Source from the content-addressed store, hash-verified

22 * Initialize window and OpenGL context
23 */
24RLCPP_MAYBEUNUSED RLCPPAPI inline void InitWindow(int width, int height, const std::string& title = "raylib") {
25 ::InitWindow(width, height, title.c_str());
26}
27
28/**
29 * Set title for window

Callers 3

mainFunction · 0.85
mainFunction · 0.85
InitMethod · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected