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

Method onReshape

dgl/src/Window.cpp:586–590  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void Window::onReshape(const uint width, const uint height)
587{
588 if (pData->view != nullptr)
589 puglFallbackOnResize(pData->view, width, height);
590}
591
592void Window::onScaleFactorChanged(double)
593{

Callers 1

onPuglConfigureMethod · 0.45

Calls 1

puglFallbackOnResizeFunction · 0.85

Tested by

no test coverage detected