| 1467 | } |
| 1468 | |
| 1469 | bool Gui::Widgets::button(const char label[], bool sameLine) |
| 1470 | { |
| 1471 | return mpGui ? mpGui->mpWrapper->addButton(label, sameLine) : false; |
| 1472 | } |
| 1473 | |
| 1474 | bool Gui::Widgets::radioButtons(const RadioButtonGroup& buttons, uint32_t& activeID) |
| 1475 | { |