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

Method onDragDrop

src/ui/Button.cpp:43–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41
42
43void Button::onDragDrop(const DragDropEvent& e) {
44 if (e.origin == this) {
45 ActionEvent eAction;
46 onAction(eAction);
47 }
48}
49
50
51} // namespace ui

Callers 1

handleButtonMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected