MCPcopy 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
269bool ButtonEventHandler::mouseEvent(const Widget::MouseEvent& ev)
270{
271 return pData->mouseEvent(ev);
272}
273
274bool ButtonEventHandler::motionEvent(const Widget::MotionEvent& ev)
275{

Callers 1

onMouseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected