MCPcopy Create free account
hub / github.com/VCVRack/Befaco / onDoubleClick

Method onDoubleClick

src/MotionMTR.cpp:288–288  ·  view source on GitHub ↗

disable double click as this messes with click to advance

Source from the content-addressed store, hash-verified

286
287 // disable double click as this messes with click to advance
288 void onDoubleClick(const event::DoubleClick& e) override { }
289
290 // cycle through the values (with reset) on click only (not drag)
291 void onAction(const ActionEvent& e) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected