tablet: Add left_handed option for tablets (#5178)

* Add left_handed option for tablets

* Update left_handed tablet option's fallback string
This commit is contained in:
Khalid
2024-03-20 07:00:43 +03:00
committed by GitHub
parent 95ac8a34b1
commit 9ddf1b105e
2 changed files with 6 additions and 0 deletions

View File

@@ -476,6 +476,7 @@ CConfigManager::CConfigManager() {
m_pConfig->addConfigValue("input:tablet:region_position", Hyprlang::VEC2{0, 0});
m_pConfig->addConfigValue("input:tablet:region_size", Hyprlang::VEC2{0, 0});
m_pConfig->addConfigValue("input:tablet:relative_input", Hyprlang::INT{0});
m_pConfig->addConfigValue("input:tablet:left_handed", Hyprlang::INT{0});
m_pConfig->addConfigValue("binds:pass_mouse_when_bound", Hyprlang::INT{0});
m_pConfig->addConfigValue("binds:scroll_event_delay", Hyprlang::INT{300});