Add follow mouse mode to avoid refocusing under cursor (#2135)

* Add follow mouse mode to avoid refocusing under cursor
This commit is contained in:
outfoxxed
2023-04-25 15:00:34 +00:00
committed by GitHub
parent e195a51cd4
commit f40272d509
3 changed files with 8 additions and 1 deletions

View File

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