Fixed some bugs.

This commit is contained in:
2026-03-08 13:55:11 -05:00
parent 2c3fdf7803
commit 5dd22fad6c
6 changed files with 24 additions and 20 deletions
+1
View File
@@ -40,6 +40,7 @@ typedef struct {
#ifdef DUSK_INPUT_POINTER
float_t mouseX, mouseY;
float_t scrollX, scrollY;
#endif
} inputsdl2_t;