MCPcopy 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
203bool Widget::onScroll(const ScrollEvent& ev)
204{
205 ScrollEvent rev = ev;
206 return pData->giveScrollEventForSubWidgets(rev);
207}
208
209void Widget::onResize(const ResizeEvent&)
210{

Callers 2

FOR_EACH_SUBWIDGET_INVFunction · 0.45

Calls 1

Tested by

no test coverage detected