MCPcopy 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
191bool Widget::onMouse(const MouseEvent& ev)
192{
193 MouseEvent rev = ev;
194 return pData->giveMouseEventForSubWidgets(rev);
195}
196
197bool Widget::onMotion(const MotionEvent& ev)
198{

Callers 2

FOR_EACH_SUBWIDGET_INVFunction · 0.45

Calls 1

Tested by

no test coverage detected