N64FlashcartMenu
|
Context menu component implementation. 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. | |
bool | ui_components_context_menu_process (menu_t *menu, component_context_menu_t *cm) |
Process the context menu actions. | |
void | ui_components_context_menu_draw (component_context_menu_t *cm) |
Draw the context menu component. | |
Context menu component implementation.
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.
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.
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 component.
cm | Pointer to the context menu component. |