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

Method IsConsoleShowing

olcPixelGameEngine.h:4257–4260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4255 }
4256
4257 bool PixelGameEngine::IsConsoleShowing() const
4258 {
4259 return bConsoleShow;
4260 }
4261
4262 void PixelGameEngine::ConsoleShow(const olc::Key& keyExit, bool bSuspendTime)
4263 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected