gui_mbox_touch_handler   13 core/gui_mbox.c int gui_mbox_touch_handler(int,int);
gui_mbox_touch_handler   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 };