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

@@ -235,7 +235,6 @@ end
function M.set_size(self, size)
pprint(size)
gui.set_size(self.content_node, size)
update_size(self)
end