MCPcopy 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
96bool Button::onMouse(const MouseEvent& ev)
97{
98 return ButtonEventHandler::mouseEvent(ev);
99}
100
101bool Button::onMotion(const MotionEvent& ev)
102{

Callers

nothing calls this directly

Calls 1

mouseEventFunction · 0.85

Tested by

no test coverage detected