Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onMouse
Function
onMouse
examples/CairoUI/DemoWidgetClickable.hpp:108–111 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
106
}
107
108
bool onMouse(const MouseEvent& event) override
109
{
110
return ButtonEventHandler::mouseEvent(event);
111
}
112
113
void buttonClicked(SubWidget*, int) override
114
{
Callers
nothing calls this directly
Calls
1
mouseEvent
Function · 0.85
Tested by
no test coverage detected