Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
197
bool Widget::onMotion(const MotionEvent& ev)
198
{
199
MotionEvent rev = ev;
200
return pData->giveMotionEventForSubWidgets(rev);
201
}
202
203
bool Widget::onScroll(const ScrollEvent& ev)
204
{
Callers
2
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
Calls
1
giveMotionEventForSubWidgets
Method · 0.80
Tested by
no test coverage detected