|
FreeBASIC
0.91.0
|

Go to the source code of this file.
Data Structures | |
| struct | KeysymToScancode |
Typedefs | |
| typedef struct KeysymToScancode | KeysymToScancode |
Functions | |
| void | fb_hInitX11KeycodeToScancodeTb (Display *display, XDISPLAYKEYCODES DisplayKeycodes, XGETKEYBOARDMAPPING GetKeyboardMapping) |
Variables | |
| static const KeysymToScancode | keysym_to_scancode [] |
| unsigned char | fb_x11keycode_to_scancode [256] |
| typedef struct KeysymToScancode KeysymToScancode |
| void fb_hInitX11KeycodeToScancodeTb | ( | Display * | display, |
| XDISPLAYKEYCODES | DisplayKeycodes, | ||
| XGETKEYBOARDMAPPING | GetKeyboardMapping | ||
| ) |
| unsigned char fb_x11keycode_to_scancode[256] |
Definition at line 120 of file scancodes_x11.c.
|
static |
Definition at line 11 of file scancodes_x11.c.