| 54 | } |
| 55 | |
| 56 | void 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 | |
| 61 | void Menu::onHoverScroll(const HoverScrollEvent& e) { |
| 62 | if (parent && !parent->box.contains(box)) |
nothing calls this directly
no outgoing calls
no test coverage detected