|
SBgl 0.1.0
A graphics framework in C99
|
#include "linux_internal.h"#include "sbgl_types.h"#include <X11/Xlib.h>#include <X11/keysym.h>#include <string.h>
Go to the source code of this file.
Functions | |
| static SBGL_Scancode | x11_keysym_to_scancode (KeySym keysym) |
| void | x11_internal_process_event (XEvent *event, sbgl_Window *window) |
| void | linux_internal_update_input_states (sbgl_Window *window) |
| void linux_internal_update_input_states | ( | sbgl_Window * | window | ) |
Definition at line 85 of file input_x11.c.
| void x11_internal_process_event | ( | XEvent * | event, |
| sbgl_Window * | window ) |
Definition at line 32 of file input_x11.c.
|
static |
Definition at line 7 of file input_x11.c.