MCPcopy Create free account
hub / github.com/VCVRack/Rack / draw

Method draw

src/ui/Menu.cpp:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void Menu::draw(const DrawArgs& args) {
57 bndMenuBackground(args.vg, 0.0, 0.0, box.size.x, box.size.y, cornerFlags);
58 Widget::draw(args);
59}
60
61void Menu::onHoverScroll(const HoverScrollEvent& e) {
62 if (parent && !parent->box.contains(box))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected