Add option to disable high resolution scroll events

This commit is contained in:
Cameron Gutman
2023-12-31 19:02:36 -06:00
parent 6ea836c511
commit 729922d2c0
5 changed files with 82 additions and 7 deletions

View File

@@ -121,6 +121,8 @@ namespace config {
bool controller;
bool always_send_scancodes;
bool high_resolution_scrolling;
};
namespace flag {