Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ mouseEvent
Method
mouseEvent
dgl/src/EventHandlers.cpp:269–272 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
bool ButtonEventHandler::mouseEvent(const Widget::MouseEvent& ev)
270
{
271
return pData->mouseEvent(ev);
272
}
273
274
bool ButtonEventHandler::motionEvent(const Widget::MotionEvent& ev)
275
{
Callers
1
onMouse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected