input: add special_fallthrough

fixes #4323
This commit is contained in:
vaxerski
2024-01-09 13:17:55 +01:00
parent f92a86af53
commit 252aaaecfa
2 changed files with 15 additions and 3 deletions

View File

@@ -223,6 +223,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:follow_mouse"].intValue = 1;
configValues["input:mouse_refocus"].intValue = 1;
configValues["input:special_fallthrough"].intValue = 0;
configValues["input:sensitivity"].floatValue = 0.f;
configValues["input:accel_profile"].strValue = STRVAL_EMPTY;
configValues["input:kb_file"].strValue = STRVAL_EMPTY;