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

Method onMotion

dgl/src/Widget.cpp:197–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195}
196
197bool Widget::onMotion(const MotionEvent& ev)
198{
199 MotionEvent rev = ev;
200 return pData->giveMotionEventForSubWidgets(rev);
201}
202
203bool Widget::onScroll(const ScrollEvent& ev)
204{

Callers 2

FOR_EACH_SUBWIDGET_INVFunction · 0.45

Calls 1

Tested by

no test coverage detected