|
SBgl 0.1.0
A graphics framework in C99
|

Go to the source code of this file.
Functions | |
| static SBGL_Scancode | win32_vk_to_scancode (WPARAM wparam) |
| void | win32_internal_process_message (sbgl_InputState *input, UINT msg, WPARAM wparam, LPARAM lparam) |
| void | win32_internal_update_input_states (sbgl_InputState *input, sbgl_Window *window) |
| void win32_internal_process_message | ( | sbgl_InputState * | input, |
| UINT | msg, | ||
| WPARAM | wparam, | ||
| LPARAM | lparam ) |
Definition at line 98 of file input.c.
| void win32_internal_update_input_states | ( | sbgl_InputState * | input, |
| sbgl_Window * | window ) |
Definition at line 142 of file input.c.
|
static |
Definition at line 4 of file input.c.