Add follow mouse mode to avoid refocusing under cursor (#2135)
* Add follow mouse mode to avoid refocusing under cursor
This commit is contained in:
parent
e195a51cd4
commit
f40272d509
3 changed files with 8 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue