TouchMenu: add swipe south to go back to parent menu

This commit is contained in:
poire-z
2022-07-06 23:09:24 +02:00
parent 937dfc682d
commit eb883b8a94

View File

@@ -820,6 +820,8 @@ function TouchMenu:onSwipe(arg, ges_ev)
self:onPrevPage()
elseif direction == "north" then
self:closeMenu()
elseif direction == "south" then
self:onBack()
end
end