Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Typedefs | Enumerations | Functions
input.h File Reference
#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 Documentation

typedef InReaction(* InHandler)(const SDL_Event_ *)

Definition at line 46 of file input.h.

Enumeration Type Documentation

enum InReaction
Enumerator
IN_PASS 
IN_HANDLED 

Definition at line 34 of file input.h.

Function Documentation

void in_add_handler ( InHandler  handler)

Definition at line 39 of file input.cpp.

void in_dispatch_event ( const SDL_Event_ event)

Definition at line 55 of file input.cpp.

void in_reset_handlers ( )

Definition at line 49 of file input.cpp.