mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Set default tablet tool to Pen
This commit is contained in:
@@ -40,7 +40,7 @@ int mouse_x,
|
||||
mouse_buttons,
|
||||
mouse_mode,
|
||||
mouse_tablet_in_proximity = 0,
|
||||
tablet_tool_type = 0; /* 0 = Puck/Cursor, 1 = Pen */
|
||||
tablet_tool_type = 1; /* 0 = Puck/Cursor, 1 = Pen */
|
||||
|
||||
double mouse_x_abs,
|
||||
mouse_y_abs;
|
||||
|
||||
Reference in New Issue
Block a user