Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
private:
153
Rectangle<uint> area;
Callers
1
onResize
Method · 0.50
Calls
1
resetArea
Function · 0.70
Tested by
no test coverage detected