TouchMenu: add swipe south to go back to parent menu

reviewable/pr9307/r1
poire-z 2 years ago
parent 937dfc682d
commit eb883b8a94

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

Loading…
Cancel
Save