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

Method ShowWindowFrame

olcPixelGameEngine.h:7639–7642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7637 }
7638
7639 virtual olc::rcode ShowWindowFrame(const bool bShowFrame = true) override
7640 {
7641 return olc::rcode::OK;
7642 }
7643
7644 virtual olc::rcode ApplicationStartUp() override
7645 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected