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

Method ShowWindowFrame

olcPixelGameEngine.h:7175–7178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7173 }
7174
7175 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7176 {
7177 return olc::rcode::OK;
7178 }
7179
7180
7181 virtual olc::rcode StartSystemEventLoop() override

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected