Microtouch: add option to turn off visible mouse crosshair for people using touchscreens

This commit is contained in:
Jos van Mourik
2024-07-26 20:12:10 +02:00
parent 5a5fd566cf
commit 04a7a35f27
3 changed files with 11 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ extern "C" {
#endif
extern int mouse_type;
extern int mouse_input_mode; /* 1 = Absolute, 0 = Relative */
extern int mouse_input_mode; /* 2 = Absolute (Visible Crosshair), 1 = Absolute, 0 = Relative */
extern int mouse_timed; /* 1 = Timed, 0 = Constant */
extern int mouse_tablet_in_proximity;
extern double mouse_x_abs;