Add additionnal matrices and rename config var

This commit is contained in:
Histausse
2022-10-08 19:55:07 +02:00
parent 32ae0c51f0
commit 406b2fe6dc
2 changed files with 24 additions and 15 deletions

View File

@@ -147,7 +147,7 @@ void CConfigManager::setDefaultVars() {
configValues["input:touchpad:tap-to-click"].intValue = 1;
configValues["input:touchpad:drag_lock"].intValue = 0;
configValues["input:touchpad:scroll_factor"].floatValue = 1.f;
configValues["input:touchdevice:td_rotation"].intValue = 0;
configValues["input:touchdevice:transform"].intValue = 0;
configValues["binds:pass_mouse_when_bound"].intValue = 0;
configValues["binds:scroll_event_delay"].intValue = 300;
@@ -188,7 +188,7 @@ void CConfigManager::setDeviceDefaultVars(const std::string& dev) {
cfgValues["drag_lock"].intValue = 0;
cfgValues["left_handed"].intValue = 0;
cfgValues["scroll_method"].strValue = STRVAL_EMPTY;
cfgValues["td_rotation"].intValue = 0;
cfgValues["transform"].intValue = 0;
}
void CConfigManager::setDefaultAnimationVars() {