Add option to disable native pen/touch support

This commit is contained in:
Cameron Gutman
2023-12-31 19:03:07 -06:00
parent 729922d2c0
commit 3ca75bee19
5 changed files with 38 additions and 1 deletions

View File

@@ -123,6 +123,7 @@ namespace config {
bool always_send_scancodes;
bool high_resolution_scrolling;
bool native_pen_touch;
};
namespace flag {