Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void Button::onDragEnd(const DragEndEvent& e) {
38
if (quantity)
39
quantity->setMin();
40
}
41
42
43
void Button::onDragDrop(const DragDropEvent& e) {
Callers
nothing calls this directly
Calls
1
setMin
Method · 0.80
Tested by
no test coverage detected