|
SBgl 0.1.0
A graphics framework in C99
|
#include "sbgl_types.h"#include "core/sbgl_input.h"#include <stdint.h>#include <stdbool.h>#include <X11/Xlib.h>

Go to the source code of this file.
Data Structures | |
| struct | sbgl_Window |
| Native X11 window state. More... | |
Functions | |
| void | x11_internal_process_event (XEvent *event, struct sbgl_Window *window) |
| void | linux_internal_update_input_states (struct sbgl_Window *window) |
| void linux_internal_update_input_states | ( | struct sbgl_Window * | window | ) |
Definition at line 127 of file input_wayland.c.
| void x11_internal_process_event | ( | XEvent * | event, |
| struct sbgl_Window * | window ) |
Definition at line 32 of file input_x11.c.