| 4494 | |
| 4495 | void PixelGameEngine::OnTextEntryComplete(const std::string& sText) { UNUSED(sText); } |
| 4496 | bool PixelGameEngine::OnConsoleCommand(const std::string& sCommand) { UNUSED(sCommand); return false; } |
| 4497 | |
| 4498 | |
| 4499 | olc::rcode PixelGameEngine::SetWindowSize(const olc::vi2d& vPos, const olc::vi2d& vSize) |
nothing calls this directly
no outgoing calls
no test coverage detected