#include <SDL/SDL.h>
Go to the source code of this file.
Typedef Documentation
Function Documentation
bool CreateInput |
( |
void |
| ) |
|
void DestroyInput |
( |
void |
| ) |
|
unsigned int GetMods |
( |
void |
| ) |
|
unsigned int GetOldX |
( |
void |
| ) |
|
unsigned int GetOldY |
( |
void |
| ) |
|
unsigned int GetX |
( |
void |
| ) |
|
unsigned int GetY |
( |
void |
| ) |
|
bool KeyDown |
( |
int |
index | ) |
|
bool KeyStillDown |
( |
int |
index | ) |
|
bool KeyStillUp |
( |
int |
index | ) |
|
bool MouseDown |
( |
int |
button | ) |
|
bool MouseStillDown |
( |
int |
button | ) |
|
bool MouseStillUp |
( |
int |
button | ) |
|
bool MouseUp |
( |
int |
button | ) |
|
void UpdateInput |
( |
void |
| ) |
|