| 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(); } |
nothing calls this directly
no outgoing calls
no test coverage detected