Fixed the serial mouse wheel.

This commit is contained in:
OBattler
2023-08-26 23:16:50 +02:00
parent e0c1e4b3a3
commit 41079a4505
3 changed files with 16 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ extern void mouse_subtract_x(int *delta_x, int *o_x, int min, int max
extern void mouse_subtract_y(int *delta_y, int *o_y, int min, int max, int invert, int abs);
extern void mouse_subtract_coords(int *delta_x, int *delta_y, int *o_x, int *o_y,
int min, int max, int invert, int abs);
extern int mouse_wheel_moved(void);
extern int mouse_moved(void);
extern int mouse_state_changed(void);
extern int mouse_mbut_changed(void);