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

Method SetWindowTitle

olcPixelGameEngine.h:7545–7549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7543 }
7544
7545 virtual olc::rcode SetWindowTitle(const std::string& s) override
7546 {
7547 glutSetWindowTitle(s.c_str());
7548 return olc::OK;
7549 }
7550
7551 virtual olc::rcode StartSystemEventLoop() override {
7552 glutMainLoop();

Callers 1

olc_CoreUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected