MCPcopy Create free account
hub / github.com/DISTRHO/DPF / onMotion

Method onMotion

examples/FileHandling/NanoButton.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101bool Button::onMotion(const MotionEvent& ev)
102{
103 return ButtonEventHandler::motionEvent(ev);
104}
105
106END_NAMESPACE_DGL

Callers

nothing calls this directly

Calls 1

motionEventFunction · 0.85

Tested by

no test coverage detected