| 647 | } |
| 648 | |
| 649 | bool HorizontalRadioButtons(size_t& index, const Array<String>& options, const Vec2& pos, const Optional<double>& _itemWidth, const bool enabled) |
| 650 | { |
| 651 | const Vec2 center = HorizontalRadioButtonsRegion(options, pos, _itemWidth).center(); |
| 652 | return HorizontalRadioButtonsAt(index, options, center, _itemWidth, enabled); |
| 653 | } |
| 654 | |
| 655 | bool HorizontalRadioButtonsAt(size_t& index, const Array<String>& options, const Vec2& center, const Optional<double>& _itemWidth, bool enabled) |
| 656 | { |
no test coverage detected