The y one past the last row the body may use (the hint band's top).
| 78 | |
| 79 | // The y one past the last row the body may use (the hint band's top). |
| 80 | constexpr int uiBodyBottom(void) |
| 81 | { |
| 82 | return UI_Y + UI_H - HINT_H; |
| 83 | } |
| 84 | |
| 85 | // One progress bar: track, fill, and the label / right-hand value beneath. |
| 86 | // Total height is BAR_ROW_H. Unlike Gui::drawProgressBar this takes a depth, |
no outgoing calls
no test coverage detected