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

Method onMotion

dgl/src/TopLevelWidget.cpp:133–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133bool TopLevelWidget::onMotion(const MotionEvent& ev)
134{
135 return pData->motionEvent(ev);
136}
137
138bool TopLevelWidget::onScroll(const ScrollEvent& ev)
139{

Callers

nothing calls this directly

Calls 1

motionEventMethod · 0.45

Tested by

no test coverage detected