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

@@ -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")