|
N64FlashcartMenu
|
Implementation of the context menu UI component. More...
Functions | |
| void | ui_components_context_menu_init (component_context_menu_t *cm) |
| Initialize the context menu component. | |
| void | ui_components_context_menu_show (component_context_menu_t *cm) |
| Show the context menu component (reset selection and submenu). | |
| bool | ui_components_context_menu_process (menu_t *menu, component_context_menu_t *cm) |
| Process the context menu actions (navigation, selection, etc). | |
| void | ui_components_context_menu_draw (component_context_menu_t *cm) |
| Draw the context menu UI component. | |
Implementation of the context menu UI component.
| void ui_components_context_menu_init | ( | component_context_menu_t * | cm | ) |
Initialize the context menu component.
| cm | Pointer to the context menu component. |
| void ui_components_context_menu_show | ( | component_context_menu_t * | cm | ) |
Show the context menu component (reset selection and submenu).
Show the context menu component.
| cm | Pointer to the context menu component. |
| bool ui_components_context_menu_process | ( | menu_t * | menu, |
| component_context_menu_t * | cm ) |
Process the context menu actions (navigation, selection, etc).
Process the context menu component.
| menu | Pointer to the menu structure. |
| cm | Pointer to the context menu component. |
| void ui_components_context_menu_draw | ( | component_context_menu_t * | cm | ) |
Draw the context menu UI component.
Draw the context menu component.
| cm | Pointer to the context menu component. |