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

Method onDragDrop

src/app/SvgButton.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65
66void SvgButton::onDragDrop(const DragDropEvent& e) {
67 // Don't dispatch ActionEvent on DragDrop because it's already called on mouse down.
68 // if (e.origin == this) {
69 // ActionEvent eAction;
70 // onAction(eAction);
71 // }
72}
73
74
75} // namespace app

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected