MCPcopy Create free account
hub / github.com/SpartanJ/eepp / eepp_mainloop

Function eepp_mainloop

src/eepp/window/window.cpp:653–655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651
652#if EE_PLATFORM == EE_PLATFORM_EMSCRIPTEN
653static void eepp_mainloop() {
654 Engine::instance()->getCurrentWindow()->getMainLoop()();
655}
656#endif
657
658void Window::runMainLoop( std::function<void()> func, int fps ) {

Callers

nothing calls this directly

Calls 1

getCurrentWindowMethod · 0.80

Tested by

no test coverage detected