| 7 | |
| 8 | |
| 9 | void MenuLabel::draw(const DrawArgs& args) { |
| 10 | bndMenuLabel(args.vg, 0.0, 0.0, box.size.x, box.size.y, -1, text.c_str()); |
| 11 | } |
| 12 | |
| 13 | void MenuLabel::step() { |
| 14 | // Add 10 more pixels because Retina measurements are sometimes too small |
nothing calls this directly
no outgoing calls
no test coverage detected