Some more mouse helper functions and fixed the video warnings.

This commit is contained in:
OBattler
2024-01-17 03:59:56 +01:00
parent e140f3335c
commit 19af46a8c2
5 changed files with 12 additions and 12 deletions

View File

@@ -93,6 +93,7 @@ extern void mouse_scale_x(int x);
extern void mouse_scale_y(int y);
extern void mouse_scalef(double x, double y);
extern void mouse_scale(int x, int y);
extern void mouse_scale_axis(int axis, int val);
extern void mouse_set_z(int z);
extern void mouse_clear_z(void);
extern void mouse_subtract_z(int *delta_z, int min, int max, int invert);