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

Function onResize

examples/Info/ResizeHandle.hpp:146–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144 }
145
146 void onResize(const ResizeEvent& ev) override
147 {
148 TopLevelWidget::onResize(ev);
149 resetArea();
150 }
151
152private:
153 Rectangle<uint> area;

Callers 1

onResizeMethod · 0.50

Calls 1

resetAreaFunction · 0.70

Tested by

no test coverage detected