Vegastrike 0.5.1 rc1  1.0
Original sources for Vegastrike Evolved
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
in.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* KBHandler )(const KBData &, KBSTATE)
 
typedef void(* MouseHandler )(KBSTATE, int x, int y, int delx, int dely, int mod)
 

Enumerations

enum  KBSTATE {
  UP, DOWN, PRESS, RELEASE,
  RESET
}
 

Typedef Documentation

typedef void(* KBHandler)(const KBData &, KBSTATE)

Definition at line 13 of file in.h.

typedef void(* MouseHandler)(KBSTATE, int x, int y, int delx, int dely, int mod)

Definition at line 15 of file in.h.

Enumeration Type Documentation

enum KBSTATE
Enumerator
UP 
DOWN 
PRESS 
RELEASE 
RESET 

Definition at line 3 of file in.h.

4 {
5  UP,
6  DOWN,
7  PRESS,
8  RELEASE,
9  RESET
10 };