FreeBASIC
0.91.0
|
#include <X11/Xlib.h>
#include <X11/keysym.h>
Go to the source code of this file.
Typedefs | |
typedef Display *(* | XOPENDISPLAY )(char *) |
typedef int(* | XCLOSEDISPLAY )(Display *) |
typedef void(* | XQUERYKEYMAP )(Display *, unsigned char *) |
typedef int(* | XDISPLAYKEYCODES )(Display *, int *, int *) |
typedef KeySym *(* | XGETKEYBOARDMAPPING )(Display *, KeyCode, int, int *) |
Functions | |
void | fb_hInitX11KeycodeToScancodeTb (Display *display, XDISPLAYKEYCODES DisplayKeycodes, XGETKEYBOARDMAPPING GetKeyboardMapping) |
Variables | |
unsigned char | fb_x11keycode_to_scancode [256] |
typedef int(* XCLOSEDISPLAY)(Display *) |
Definition at line 7 of file fb_private_scancodes_x11.h.
typedef int(* XDISPLAYKEYCODES)(Display *, int *, int *) |
Definition at line 9 of file fb_private_scancodes_x11.h.
typedef KeySym*(* XGETKEYBOARDMAPPING)(Display *, KeyCode, int, int *) |
Definition at line 10 of file fb_private_scancodes_x11.h.
typedef Display*(* XOPENDISPLAY)(char *) |
Definition at line 6 of file fb_private_scancodes_x11.h.
typedef void(* XQUERYKEYMAP)(Display *, unsigned char *) |
Definition at line 8 of file fb_private_scancodes_x11.h.
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.