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

Method uiReshape

distrho/src/DistrhoUI.cpp:563–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

561}
562
563void UI::uiReshape(const uint width, const uint height)
564{
565 // NOTE this must be the same as Window::onReshape
566 pData->fallbackOnResize(width, height);
567}
568
569#if DISTRHO_UI_FILE_BROWSER
570void UI::uiFileBrowserSelected(const char*)

Callers 2

leaveContextFunction · 0.80
onReshapeFunction · 0.80

Calls 1

fallbackOnResizeMethod · 0.80

Tested by

no test coverage detected