MCPcopy Create free account
hub / github.com/DISTRHO/DPF / app_idle

Function app_idle

dgl/src/Application.cpp:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94#ifdef __EMSCRIPTEN__
95static void app_idle(void* const app)
96{
97 static_cast<Application*>(app)->idle();
98}
99#endif
100
101Application::Application(const bool isStandalone, const Type type)

Callers

nothing calls this directly

Calls 1

idleMethod · 0.45

Tested by

no test coverage detected