Merge pull request #813 from histausse/touch_dev_rotation
Add input:touchdevice:transform config
This commit is contained in:
commit
cee0645fd1
5 changed files with 68 additions and 0 deletions
|
|
@ -562,6 +562,7 @@ std::string dispatchKeyword(std::string in) {
|
|||
if (COMMAND.contains("input") || COMMAND.contains("device:")) {
|
||||
g_pInputManager->setKeyboardLayout(); // update kb layout
|
||||
g_pInputManager->setPointerConfigs(); // update mouse cfgs
|
||||
g_pInputManager->setTouchDeviceConfigs(); // update touch device cfgs
|
||||
}
|
||||
|
||||
if (COMMAND.contains("general:layout"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue