vegastrike
0.5.1.r1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
in.h
Go to the documentation of this file.
1
#ifndef IN_H
2
#define IN_H
3
enum
KBSTATE
4
{
5
UP
,
6
DOWN
,
7
PRESS
,
8
RELEASE
,
9
RESET
10
};
11
12
class
KBData
;
13
typedef
void (*
KBHandler
)(
const
KBData
&,
KBSTATE
);
14
15
typedef
void (*
MouseHandler
)(
KBSTATE
,
int
x,
int
y,
int
delx
,
int
dely
,
int
mod );
16
17
#endif
18
src
in.h
Generated on Fri Feb 14 2014 09:03:09 for vegastrike by
1.8.4