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

Function osc_hide_handler

distrho/src/DistrhoUIDSSI.cpp:362–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

360}
361
362int osc_hide_handler(const char*, const char*, lo_arg**, int, lo_message, void*)
363{
364 d_debug("osc_hide_handler()");
365
366 if (globalUI != nullptr)
367 globalUI->dssiui_hide();
368
369 return 0;
370}
371
372int osc_quit_handler(const char*, const char*, lo_arg**, int, lo_message, void*)
373{

Callers

nothing calls this directly

Calls 2

d_debugFunction · 0.85
dssiui_hideMethod · 0.80

Tested by

no test coverage detected