Render x/y for UI elements.

This commit is contained in:
2021-09-03 19:02:37 -07:00
parent 282be95493
commit ee9334478f
32 changed files with 196 additions and 155 deletions

View File

@ -25,7 +25,6 @@ typedef void menulistcallback_t(menulist_t *list, uint8_t i, void *user);
/** Representation of a menu list, a menu with multiple menu items. */
typedef struct _menulist_t {
float x, y;
char *items[MENULIST_ITEMS_MAX];
label_t labels[MENULIST_ITEMS_MAX];
frame_t frame;