mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 10:02:18 +02:00
Add multitouch for scroll correct scrolling with several fingers
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user