|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <mouse.h>
Data Fields | |
| SDL_Event * | event |
| ARC_Point * | coords |
| int32_t * | scrollY |
| ARC_MouseState * | buttons |
| uint8_t * | buttonsReleased |
| ARC_MouseState* ARC_Mouse::buttons |
Definition at line 13 of file mouse.h.
Referenced by ARC_Mouse_Destroy(), ARC_Mouse_GetState(), ARC_Mouse_Update(), and ARC_Mouse_UpdateButton().
| uint8_t* ARC_Mouse::buttonsReleased |
Definition at line 14 of file mouse.h.
Referenced by ARC_Mouse_Destroy(), ARC_Mouse_Update(), and ARC_Mouse_UpdateButton().
| ARC_Point* ARC_Mouse::coords |
Definition at line 10 of file mouse.h.
Referenced by ARC_Mouse_Destroy(), ARC_Mouse_GetCoords(), and ARC_Mouse_Update().
| SDL_Event* ARC_Mouse::event |
Definition at line 9 of file mouse.h.
Referenced by ARC_Mouse_CreateWithInput(), and ARC_Mouse_Update().
| int32_t* ARC_Mouse::scrollY |
Definition at line 11 of file mouse.h.
Referenced by ARC_Mouse_Destroy(), ARC_Mouse_GetScrollY(), and ARC_Mouse_Update().