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

Method OnTextEntryComplete

olcPixelGameEngine.h:4495–4495  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4493 }
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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected