mboxGuiHandler    195 core/console.c static gui_handler mboxGuiHandler = { GUI_MODE_MBOX, gui_console_draw, gui_console_kbd_process, 0, 0, 0 };
mboxGuiHandler    209 core/console.c     gui_console_mode_old = gui_set_mode(&mboxGuiHandler);
mboxGuiHandler     15 core/gui_mbox.c static gui_handler mboxGuiHandler = { GUI_MODE_MBOX, gui_mbox_draw, gui_mbox_kbd_process, 0, gui_mbox_touch_handler, GUI_MODE_FLAG_NORESTORE_ON_SWITCH };
mboxGuiHandler     77 core/gui_mbox.c     gui_mbox_mode_old = gui_set_mode(&mboxGuiHandler);