added follow_mouse

This commit is contained in:
vaxerski
2022-04-13 20:19:40 +02:00
parent 402c11d341
commit a558bcdfbf
5 changed files with 24 additions and 7 deletions

View File

@@ -46,6 +46,8 @@ CConfigManager::CConfigManager() {
configValues["input:kb_rules"].strValue = "";
configValues["input:kb_model"].strValue = "";
configValues["input:follow_mouse"].intValue = 1;
configValues["autogenerated"].intValue = 0;
}