Classes | |
| struct | _X_kb_info |
| typedef struct _X_kb_info | X_kb_info_t |
| typedef struct _X_kb_event | X_kb_event_t |
Functions | |
| static int | keycode2sym (X_kb_info_t *kbinfo, unsigned int keycode) |
| static int | X_kb_init (X_kb_info_t *kbinfo, Display *display, redraw_man_t *rdman) |
| static void | X_kb_destroy (X_kb_info_t *kbinfo) |
| static void | X_kb_handle_event (X_kb_info_t *kbinfo, XKeyEvent *xkey) |
| Accept X keyboard events from handle_x_event() and dispatch it. | |
| typedef struct _X_kb_event X_kb_event_t |
Definition at line 19 of file mb_X_supp.h.
| typedef struct _X_kb_info X_kb_info_t |
Definition at line 12 of file mb_X_supp.h.
| static int keycode2sym | ( | X_kb_info_t * | kbinfo, | |
| unsigned int | keycode | |||
| ) | [static] |
| static void X_kb_destroy | ( | X_kb_info_t * | kbinfo | ) | [static] |
| static void X_kb_handle_event | ( | X_kb_info_t * | kbinfo, | |
| XKeyEvent * | xkey | |||
| ) | [static] |
Accept X keyboard events from handle_x_event() and dispatch it.
| static int X_kb_init | ( | X_kb_info_t * | kbinfo, | |
| Display * | display, | |||
| redraw_man_t * | rdman | |||
| ) | [static] |