Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ Slider
Method
Slider
src/ui/Slider.cpp:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
11
12
Slider::Slider() {
13
box.size.y = BND_WIDGET_HEIGHT;
14
}
15
16
void Slider::draw(const DrawArgs& args) {
17
BNDwidgetState state = BND_DEFAULT;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected