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

Method OnUserDestroy

olcPixelGameEngine.h:4490–4493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4488 }
4489
4490 bool PixelGameEngine::OnUserDestroy()
4491 {
4492 return true;
4493 }
4494
4495 void PixelGameEngine::OnTextEntryComplete(const std::string& sText) { UNUSED(sText); }
4496 bool PixelGameEngine::OnConsoleCommand(const std::string& sCommand) { UNUSED(sCommand); return false; }

Callers 2

ExitMainLoopMethod · 0.80
MainLoopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected