MCPcopy 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
61void 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

handleScrollMethod · 0.45

Calls 1

containsMethod · 0.80

Tested by

no test coverage detected