Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ onDoubleClick
Method
onDoubleClick
src/ui/Slider.cpp:49–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
void Slider::onDoubleClick(const DoubleClickEvent& e) {
50
if (quantity)
51
quantity->reset();
52
}
53
54
55
} // namespace ui
Callers
1
handleButton
Method · 0.45
Calls
1
reset
Method · 0.45
Tested by
no test coverage detected