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

Function SetWindowTitle

include/Functions.hpp:31–33  ·  view source on GitHub ↗

* Set title for window */

Source from the content-addressed store, hash-verified

29 * Set title for window
30 */
31RLCPP_MAYBEUNUSED RLCPPAPI inline void SetWindowTitle(const std::string& title) {
32 ::SetWindowTitle(title.c_str());
33}
34
35/**
36 * Get the human-readable, UTF-8 encoded name of the primary monitor

Callers 1

WindowClass · 0.85

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected