| 4255 | } |
| 4256 | |
| 4257 | bool PixelGameEngine::IsConsoleShowing() const |
| 4258 | { |
| 4259 | return bConsoleShow; |
| 4260 | } |
| 4261 | |
| 4262 | void PixelGameEngine::ConsoleShow(const olc::Key& keyExit, bool bSuspendTime) |
| 4263 | { |
nothing calls this directly
no outgoing calls
no test coverage detected