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

Method ShowWindowFrame

olcPixelGameEngine.h:4507–4513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4505 }
4506
4507 olc::rcode PixelGameEngine::ShowWindowFrame(const bool bShowFrame)
4508 {
4509 if (platform)
4510 return platform->ShowWindowFrame(bShowFrame);
4511 else
4512 return olc::FAIL;
4513 }
4514
4515
4516 // Externalised API

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected