Add option to always send scancodes

Default is enabled to match v0.19.1 behavior

Fixes #1233
This commit is contained in:
Cameron Gutman
2023-05-24 22:55:44 -05:00
parent 0f1dc1bb05
commit 2f4cc9ace0
5 changed files with 51 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ namespace config {
bool keyboard;
bool mouse;
bool controller;
bool always_send_scancodes;
};
namespace flag {