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

Method onDragEnd

src/Bypass.cpp:223–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221 }
222
223 void onDragEnd(const event::DragEnd& e) override {
224 Bypass* module = dynamic_cast<Bypass*>(this->module);
225 if (e.button == GLFW_MOUSE_BUTTON_LEFT) {
226 if (module) {
227 module->launchButtonHeld = false;
228 }
229 }
230 }
231};
232
233struct BypassWidget : ModuleWidget {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected