![]() |
Unuk 1.0
|
Go to the source code of this file.
Functions | |
bool | _curr_key (int index) |
bool | _old_key (int index) |
bool | _curr_mouse (int button) |
bool | _old_mouse (int button) |
bool | CreateInput (void) |
void | UpdateInput (void) |
char | GetKey (void) |
unsigned int | GetX (void) |
unsigned int | GetY (void) |
unsigned int | GetOldX (void) |
unsigned int | GetOldY (void) |
unsigned int | GetMods (void) |
bool | KeyDown (int index) |
bool | KeyStillDown (int index) |
bool | KeyUp (int index) |
bool | KeyStillUp (int index) |
bool | MouseDown (int button) |
bool | MouseStillDown (int button) |
bool | MouseUp (int button) |
bool | MouseStillUp (int button) |
void | DestroyInput (void) |