FreeBASIC  0.91.0
scancodes_x11.c File Reference
#include "../fb.h"
#include "fb_private_scancodes_x11.h"
Include dependency graph for scancodes_x11.c:

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 Documentation

Function Documentation

void fb_hInitX11KeycodeToScancodeTb ( Display *  display,
XDISPLAYKEYCODES  DisplayKeycodes,
XGETKEYBOARDMAPPING  GetKeyboardMapping 
)

Definition at line 123 of file scancodes_x11.c.

Here is the caller graph for this function:

Variable Documentation

unsigned char fb_x11keycode_to_scancode[256]

Definition at line 120 of file scancodes_x11.c.

const KeysymToScancode keysym_to_scancode[]
static

Definition at line 11 of file scancodes_x11.c.