Data Fields | |
board * | bd_dialed |
board * | bd_edit |
board * | bd_msg |
drag_info | drag |
SDL_Surface * | font |
SDL_Rect | font_rects [96] |
enum kb_output | kb_output |
SDL_Surface * | keypad |
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 |
display_window | win [WIN_MAX] |
Definition at line 77 of file console_gui.c.
Definition at line 97 of file console_gui.c.
Definition at line 94 of file console_gui.c.
Referenced by eventhandler(), handle_keyboard_input(), keypad_pick_up(), and sdl_setup().
Definition at line 79 of file console_gui.c.
Referenced by eventhandler(), handle_mousedown(), and set_drag().
SDL_Surface* font |
SDL_Rect font_rects[96] |
SDL_Surface* keypad |
Definition at line 84 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), keypad_setup(), and sdl_setup().
struct keypad_entry* kp |
Definition at line 104 of file console_gui.c.
Referenced by cleanup_sdl(), handle_mousedown(), and keypad_cfg_read().
SDL_Rect kp_dialed[2] |
SDL_Rect kp_edit[2] |
SDL_Rect kp_msg[2] |
SDL_Rect kp_rect |
int kp_size |
Definition at line 103 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
int kp_used |
Definition at line 103 of file console_gui.c.
Referenced by handle_mousedown(), and keypad_cfg_read().
int outfd |
SDL_Surface* screen |
struct display_window win[WIN_MAX] |
Definition at line 106 of file console_gui.c.
Referenced by cleanup_sdl(), sdl_setup(), set_win(), and show_frame().