| 1151 | } |
| 1152 | |
| 1153 | void draw(const DrawArgs& args) override { |
| 1154 | bndMenuBackground(args.vg, 0.0, 0.0, box.size.x, box.size.y, BND_CORNER_ALL); |
| 1155 | bndBevel(args.vg, 0.0, 0.0, box.size.x, box.size.y); |
| 1156 | |
| 1157 | Widget::draw(args); |
| 1158 | } |
| 1159 | |
| 1160 | void step() override { |
| 1161 | Widget::step(); |
nothing calls this directly
no outgoing calls
no test coverage detected