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

Function setSizeCallback

distrho/src/DistrhoUIVST3.cpp:786–789  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

784 }
785
786 static void setSizeCallback(void* const ptr, const uint width, const uint height)
787 {
788 static_cast<UIVst3*>(ptr)->setSize(width, height);
789 }
790};
791
792// --------------------------------------------------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

setSizeMethod · 0.45

Tested by

no test coverage detected