|
Pyrogenesis
13997
|
#include "precompiled.h"#include "input.h"#include <stdio.h>#include <stdlib.h>#include "lib/external_libraries/libsdl.h"Go to the source code of this file.
Functions | |
| void | in_add_handler (InHandler handler) |
| void | in_reset_handlers () |
| void | in_dispatch_event (const SDL_Event_ *ev) |
Variables | |
| const size_t | MAX_HANDLERS = 8 |
| static InHandler | handler_stack [MAX_HANDLERS] |
| static size_t | handler_stack_top = 0 |
| void in_dispatch_event | ( | const SDL_Event_ * | ev | ) |
|
static |
1.8.5