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

Method fallbackOnResize

dgl/src/TopLevelWidgetPrivateData.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138void TopLevelWidget::PrivateData::fallbackOnResize(const uint width, const uint height)
139{
140 puglFallbackOnResize(window.pData->view, width, height);
141}
142
143// -----------------------------------------------------------------------
144

Callers 1

uiReshapeMethod · 0.80

Calls 1

puglFallbackOnResizeFunction · 0.85

Tested by

no test coverage detected