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

Method onDragEnd

src/ui/Button.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void Button::onDragEnd(const DragEndEvent& e) {
38 if (quantity)
39 quantity->setMin();
40}
41
42
43void Button::onDragDrop(const DragDropEvent& e) {

Callers

nothing calls this directly

Calls 1

setMinMethod · 0.80

Tested by

no test coverage detected