|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <input.h>
Data Fields | |
| ARC_Keyboard * | keyboard |
| ARC_Mouse * | mouse |
| SDL_Event * | event |
| SDL_Event* ARC_Input::event |
Definition at line 12 of file input.h.
Referenced by ARC_Input_CreateWithEngineData(), ARC_Input_Destroy(), ARC_Input_Update(), ARC_Keyboard_CreateWithInput(), and ARC_Mouse_CreateWithInput().
| ARC_Keyboard* ARC_Input::keyboard |
Definition at line 9 of file input.h.
Referenced by ARC_Input_Destroy(), ARC_Input_GetKeyboard(), and ARC_Input_Update().
| ARC_Mouse* ARC_Input::mouse |
Definition at line 10 of file input.h.
Referenced by ARC_Input_Destroy(), ARC_Input_GetMouse(), and ARC_Input_Update().