added force_no_accel

This commit is contained in:
vaxerski
2022-06-06 12:08:33 +02:00
parent 84a0fa0f34
commit 09e77bf844
2 changed files with 8 additions and 5 deletions

View File

@@ -83,6 +83,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:repeat_delay"].intValue = 600;
configValues["input:natural_scroll"].intValue = 0;
configValues["input:numlock_by_default"].intValue = 0;
configValues["input:force_no_accel"].intValue = 0;
configValues["input:touchpad:disable_while_typing"].intValue = 1;
configValues["input:follow_mouse"].intValue = 1;