added scrollY functions

This commit is contained in:
herbglitch 2023-02-23 16:31:18 -07:00
parent b2055f667c
commit 7fe9d6d491
3 changed files with 15 additions and 7 deletions

View file

@ -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;