added scrollY functions
This commit is contained in:
parent
b2055f667c
commit
7fe9d6d491
3 changed files with 15 additions and 7 deletions
|
|
@ -9,7 +9,7 @@
|
|||
struct ARC_Mouse {
|
||||
SDL_Event *event;
|
||||
ARC_Point *coords;
|
||||
int32_t *scroll;
|
||||
int32_t *scrollY;
|
||||
|
||||
ARC_MouseState *buttons;
|
||||
uint8_t *buttonsReleased;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue