Initialize all the menu pages Must be called first (will reset or set default callback)
",156:"
inline void Menu_SetInputCallback(
Menu_InputCB
cb
)
Set the callback function to be called to handle menu input
",157:"
inline void Menu_SetDrawCallback(
Menu_DrawCB
cb
)
Set the callback function to be called to handle menu item drawing
",158:"
inline void Menu_SetEventCallback(
Menu_EventCB
cb
)
Set the callback function to be called when event occurs
",159:"
inline void Menu_SetDirty()
Set flag to force a whole menu redraw
",160:"
inline const MenuItem* Menu_GetCurrentItem()
Get the current item in the menu This value is only available for the following events: - MENU_EVENT_SET - MENU_EVENT_INC - MENU_EVENT_DEC - MENU_EVENT_DRAW_ENTRY - MENU_EVENT_DRAW_SELECTED