Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onMotion
Method
onMotion
dgl/src/TopLevelWidget.cpp:133–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
}
132
133
bool TopLevelWidget::onMotion(const MotionEvent& ev)
134
{
135
return pData->motionEvent(ev);
136
}
137
138
bool TopLevelWidget::onScroll(const ScrollEvent& ev)
139
{
Callers
nothing calls this directly
Calls
1
motionEvent
Method · 0.45
Tested by
no test coverage detected