Public Member Functions | |
| MouseBoxes (uint size) | |
| void | reset () |
| void | setupBox (int box_id, int left, int top, int right, int bottom, const Common::String *text=nullptr) |
| void | setupBox (int box_id, int left, int top, int right, int bottom, const char *text) |
| Common::Rect | getBoxRect (int box_id) const |
| Common::Point | getBoxOrigin (int box_id) const |
| bool | hitTest (int box_id, const Common::Point &pt) |
| void | display (int box_id, const FontManager &font_manager) |