mirror of
https://github.com/Insality/druid.git
synced 2025-09-27 18:12:19 +02:00
Add multitouch for scroll correct scrolling with several fingers
This commit is contained in:
@@ -14,6 +14,7 @@ M.ACTION_ESC = hash("key_esc")
|
||||
|
||||
M.ACTION_TOUCH = hash("touch")
|
||||
M.ACTION_SCROLL_UP = hash("scroll_up")
|
||||
M.ACTION_MULTITOUCH = hash("multitouch")
|
||||
M.ACTION_SCROLL_DOWN = hash("scroll_down")
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user