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

Method SetWindowTitle

olcPixelGameEngine.h:7164–7168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7162 }
7163
7164 virtual olc::rcode SetWindowTitle(const std::string& s) override
7165 {
7166 X11::XStoreName(olc_Display, olc_Window, s.c_str());
7167 return olc::OK;
7168 }
7169
7170 virtual olc::rcode SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) override
7171 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected