Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onScroll
Method
onScroll
dgl/src/Widget.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
bool Widget::onScroll(const ScrollEvent& ev)
204
{
205
ScrollEvent rev = ev;
206
return pData->giveScrollEventForSubWidgets(rev);
207
}
208
209
void Widget::onResize(const ResizeEvent&)
210
{
Callers
2
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
Calls
1
giveScrollEventForSubWidgets
Method · 0.80
Tested by
no test coverage detected