Add accel profile and scroll method
This commit is contained in:
parent
11ce468996
commit
477ad2dd82
4 changed files with 39 additions and 10 deletions
|
|
@ -561,7 +561,7 @@ std::string dispatchKeyword(std::string in) {
|
|||
|
||||
if (COMMAND.contains("input") || COMMAND.contains("device:")) {
|
||||
g_pInputManager->setKeyboardLayout(); // update kb layout
|
||||
g_pInputManager->setMouseConfigs(); // update mouse cfgs
|
||||
g_pInputManager->setPointerConfigs(); // update mouse cfgs
|
||||
}
|
||||
|
||||
if (COMMAND.contains("general:layout"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue