Add multitouch for scroll correct scrolling with several fingers

This commit is contained in:
Insality
2020-04-28 19:06:29 +03:00
parent 05425fb76c
commit f77fa8e8a8
5 changed files with 15 additions and 12 deletions

View File

@@ -18,10 +18,6 @@ key_trigger {
input: KEY_ESC
action: "key_esc"
}
mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"
}
mouse_trigger {
input: MOUSE_WHEEL_UP
action: "scroll_up"
@@ -30,6 +26,14 @@ mouse_trigger {
input: MOUSE_WHEEL_DOWN
action: "scroll_down"
}
mouse_trigger {
input: MOUSE_BUTTON_1
action: "touch"
}
touch_trigger {
input: TOUCH_MULTI
action: "multitouch"
}
text_trigger {
input: TEXT
action: "text"