Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ onHoverScroll
Method
onHoverScroll
src/ui/Menu.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void Menu::onHoverScroll(const HoverScrollEvent& e) {
62
if (parent && !parent->box.contains(box))
63
box.pos.y += e.scrollDelta.y;
64
}
65
66
67
} // namespace ui
Callers
1
handleScroll
Method · 0.45
Calls
1
contains
Method · 0.80
Tested by
no test coverage detected