|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
Go to the source code of this file.
Typedefs | |
| typedef struct ARC_Input | ARC_Input |
| predefien ARC_Input so as not to get circular reference | |
Functions | |
| void | ARC_Input_CreateWithEngineData (ARC_Input **input, ARC_EngineData *data) |
| void | ARC_Input_Destroy (ARC_Input *input) |
| ARC_Bool | ARC_Input_Update (ARC_Input *input) |
| ARC_Keyboard * | ARC_Input_GetKeyboard (ARC_Input *input) |
| ARC_Mouse * | ARC_Input_GetMouse (ARC_Input *input) |
| void ARC_Input_CreateWithEngineData | ( | ARC_Input ** | input, |
| ARC_EngineData * | data ) |
| void ARC_Input_Destroy | ( | ARC_Input * | input | ) |
| ARC_Keyboard * ARC_Input_GetKeyboard | ( | ARC_Input * | input | ) |