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

Method onDoubleClick

src/plugin.hpp:197–197  ·  view source on GitHub ↗

disable double click as this messes with click to advance

Source from the content-addressed store, hash-verified

195
196 // disable double click as this messes with click to advance
197 void onDoubleClick(const event::DoubleClick& e) override { }
198
199 // cycle through the values (with reset) on click only (not drag)
200 void onAction(const ActionEvent& e) override {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected