Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ onDragStart
Method
onDragStart
src/ui/ScrollWidget.cpp:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
133
134
void ScrollWidget::onDragStart(const DragStartEvent& e) {
135
e.consume(this);
136
}
137
138
139
void ScrollWidget::onDragMove(const DragMoveEvent& e) {
Callers
nothing calls this directly
Calls
1
consume
Method · 0.80
Tested by
no test coverage detected