
Data Fields | |
| struct board * | bd_dialed |
| struct board * | bd_edit |
| struct board * | bd_msg |
| struct drag_info | drag |
| SDL_Surface * | font |
| SDL_Rect | font_rects [96] |
| enum kb_output | kb_output |
| SDL_Surface * | keypad |
| struct keypad_entry * | kp |
| SDL_Rect | kp_dialed [2] |
| SDL_Rect | kp_edit [2] |
| SDL_Rect | kp_msg [2] |
| SDL_Rect | kp_rect |
| int | kp_size |
| int | kp_used |
| int | outfd |
| SDL_Surface * | screen |
| struct thumb_bd | thumb_bd_array [MAX_VIDEO_SOURCES] |
| struct display_window | win [WIN_MAX] |
Definition at line 138 of file console_gui.c.
Definition at line 163 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), keypad_pick_up(), and sdl_setup().
Definition at line 160 of file console_gui.c.
Definition at line 157 of file console_gui.c.
Referenced by cleanup_sdl(), eventhandler(), handle_keyboard_input(), handle_mousedown(), keypad_pick_up(), and sdl_setup().
Definition at line 140 of file console_gui.c.
Referenced by eventhandler(), gui_init(), and handle_mousedown().
| SDL_Surface* font |
Definition at line 147 of file console_gui.c.
Referenced by cleanup_sdl(), gui_init(), init_board(), and sdl_setup().
| SDL_Rect font_rects[96] |
Definition at line 148 of file console_gui.c.
Referenced by gui_init(), init_board(), and sdl_setup().
Definition at line 139 of file console_gui.c.
Referenced by gui_init(), and handle_keyboard_input().
| SDL_Surface* keypad |
Definition at line 145 of file console_gui.c.
Referenced by cleanup_sdl(), gui_init(), handle_mousedown(), keypad_setup(), and sdl_setup().
| struct keypad_entry* kp |
Definition at line 173 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), and keypad_cfg_read().
| SDL_Rect kp_dialed[2] |
Definition at line 162 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
| SDL_Rect kp_edit[2] |
Definition at line 159 of file console_gui.c.
Referenced by keypad_cfg_read().
| SDL_Rect kp_msg[2] |
Definition at line 156 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
| SDL_Rect kp_rect |
Definition at line 146 of file console_gui.c.
Referenced by keypad_cfg_read(), and sdl_setup().
| int kp_size |
Definition at line 172 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
| int kp_used |
Definition at line 172 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
| int outfd |
Definition at line 144 of file console_gui.c.
Referenced by cleanup_sdl(), eventhandler(), gui_init(), handle_mousedown(), and keypad_pick_up().
| SDL_Surface* screen |
Definition at line 142 of file console_gui.c.
Referenced by init_board(), and sdl_setup().
| struct thumb_bd thumb_bd_array[MAX_VIDEO_SOURCES] |
Definition at line 169 of file console_gui.c.
Referenced by cleanup_sdl(), and sdl_setup().
| struct display_window win[WIN_MAX] |
Definition at line 175 of file console_gui.c.
Referenced by cleanup_sdl(), sdl_setup(), set_drag(), and show_frame().