MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / Alert

Method Alert

Tests/UserInterface/Types/FakePlatformApp.hpp:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 bool Update() override { META_FUNCTION_NOT_IMPLEMENTED(); }
49 bool Render() override { META_FUNCTION_NOT_IMPLEMENTED(); }
50 void Alert(const Message&, bool) override { META_FUNCTION_NOT_IMPLEMENTED(); }
51 void SetWindowTitle(const std::string&) override { META_FUNCTION_NOT_IMPLEMENTED(); }
52 bool SetFullScreen(bool) override { META_FUNCTION_NOT_IMPLEMENTED(); }
53 bool SetKeyboardFocus(bool) override { META_FUNCTION_NOT_IMPLEMENTED(); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected