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

Method ShowWindowFrame

olcPixelGameEngine.h:7298–7301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7296 }
7297
7298 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7299 {
7300 return olc::rcode::OK;
7301 }
7302
7303
7304 virtual olc::rcode ApplicationStartUp() override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected