Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/DPF
/ onMouse
Method
onMouse
examples/FileHandling/NanoButton.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool Button::onMouse(const MouseEvent& ev)
97
{
98
return ButtonEventHandler::mouseEvent(ev);
99
}
100
101
bool Button::onMotion(const MotionEvent& ev)
102
{
Callers
nothing calls this directly
Calls
1
mouseEvent
Function · 0.85
Tested by
no test coverage detected