Pyrogenesis HEAD
Pyrogenesis, a RTS Engine
|
#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) |
void | in_push_priority_event (const SDL_Event_ *event) |
int | in_poll_priority_event (SDL_Event_ *event) |
int | in_poll_event (SDL_Event_ *event) |
typedef InReaction(* InHandler) (const SDL_Event_ *) |
enum InReaction |
void in_add_handler | ( | InHandler | handler | ) |
void in_dispatch_event | ( | const SDL_Event_ * | event | ) |
int in_poll_event | ( | SDL_Event_ * | event | ) |
int in_poll_priority_event | ( | SDL_Event_ * | event | ) |
void in_push_priority_event | ( | const SDL_Event_ * | event | ) |
void in_reset_handlers | ( | ) |