MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / SetWindowTitle

Method SetWindowTitle

olcPixelGameEngine.h:7936–7939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7934
7935
7936 virtual olc::rcode SetWindowTitle(const std::string& s) override
7937 {
7938 emscripten_set_window_title(s.c_str()); return olc::OK;
7939 }
7940
7941 virtual olc::rcode StartSystemEventLoop() override
7942 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected