Data Fields | |
| Rectangle | rect |
| List bounds. | |
| char | items [LIST_MAX_ITEMS][128] |
| Item name strings. | |
| int | itemCount |
| Number of items currently in the list. | |
| int | selectedIndex |
| Index of the selected item (-1 if none) | |
| int | fontSize |
| Font size for item text. | |
| Color | baseColor |
| Background color. | |
| Color | selectedColor |
| Color of the selected item. | |
| Color | hoverColor |
| Color of a hovered item. | |
| int | hoveredIndex |
| Index of the currently hovered item (-1 if none) | |