| 95 | } |
| 96 | |
| 97 | static bool HorizontalRadioButtons2(size_t& index, const CScriptArray* arr, const Vec2& pos, const uint8&, bool enabled) |
| 98 | { |
| 99 | return SimpleGUI::HorizontalRadioButtons(index, detail::FromScriptArray<String>(arr), pos, none, enabled); |
| 100 | } |
| 101 | |
| 102 | static bool CheckBox1(bool& checked, const String& text, const Vec2& pos, double width, bool enabled) |
| 103 | { |
nothing calls this directly
no test coverage detected