alexguirre / RAGENativeUI

MIT License
115 stars 38 forks source link

(#48) (#71) Add UIMenuScrollerItem #72

Closed alexguirre closed 4 years ago

alexguirre commented 4 years ago

With derived types UIMenuNumericScrollerItem and UIMenuListScrollerItem, which provide a type-safe and better alternatives to UIMenuListItem.

There is also UIMenuScrollerSliderBar to allow to display the current selection of a UIMenuScrollerItem as a slider/progress bar instead of text with left/right arrows.

UIMenuListItem is not made obsolete since UIMenuSwitchMenusItem depends on it and there is no alternative.

Closes #48. Closes #71.