Pyrogenesis
13997
|
#include "lib/external_libraries/libsdl_fwd.h"
Go to the source code of this file.
Typedefs | |
typedef InReaction(* | InHandler )(const SDL_Event_ *) |
Enumerations | |
enum | InReaction { IN_PASS = 4, IN_HANDLED = 2 } |
Functions | |
void | in_add_handler (InHandler handler) |
void | in_reset_handlers () |
void | in_dispatch_event (const SDL_Event_ *event) |
typedef InReaction(* InHandler)(const SDL_Event_ *) |
enum InReaction |
void in_dispatch_event | ( | const SDL_Event_ * | event | ) |