| 7934 | |
| 7935 | |
| 7936 | virtual olc::rcode SetWindowTitle(const std::string& s) override |
| 7937 | { |
| 7938 | emscripten_set_window_title(s.c_str()); return olc::OK; |
| 7939 | } |
| 7940 | |
| 7941 | virtual olc::rcode StartSystemEventLoop() override |
| 7942 | { |
nothing calls this directly
no outgoing calls
no test coverage detected