added binds:scroll_event_delay

This commit is contained in:
vaxerski
2022-07-26 23:34:03 +02:00
parent cc146f0344
commit 28046e9da0
3 changed files with 14 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:touchpad:drag_lock"].intValue = 0;
configValues["binds:pass_mouse_when_bound"].intValue = 1;
configValues["binds:scroll_event_delay"].intValue = 300;
configValues["gestures:workspace_swipe"].intValue = 0;
configValues["gestures:workspace_swipe_fingers"].intValue = 3;