Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onMouse
Method
onMouse
dgl/src/Widget.cpp:191–195 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
189
}
190
191
bool Widget::onMouse(const MouseEvent& ev)
192
{
193
MouseEvent rev = ev;
194
return pData->giveMouseEventForSubWidgets(rev);
195
}
196
197
bool Widget::onMotion(const MotionEvent& ev)
198
{
Callers
2
FOR_EACH_TOP_LEVEL_WIDGET_INV
Function · 0.45
FOR_EACH_SUBWIDGET_INV
Function · 0.45
Calls
1
giveMouseEventForSubWidgets
Method · 0.80
Tested by
no test coverage detected