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

Method ShowWindowFrame

olcPixelGameEngine.h:5170–5173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5168 }
5169
5170 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
5171 {
5172 return olc::rcode::OK;
5173 }
5174
5175 virtual olc::rcode ApplicationStartUp() { return olc::rcode::OK; }
5176 virtual olc::rcode ApplicationCleanUp() { return olc::rcode::OK; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected