rotation gesture limited

pull/11741/head
SomeGuy 2 weeks ago committed by GitHub
parent 12552f1c71
commit a1180c99e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -759,6 +759,8 @@ function Gestures:addToMainMenu(menu_items)
text = _("Spread and pinch"),
sub_item_table = self:genSubItemTable({"spread_gesture", "pinch_gesture"}),
})
end
if Device:hasGSensor()
table.insert(menu_items.gesture_manager.sub_item_table, {
text = _("Rotation"),
sub_item_table = self:genSubItemTable({"rotate_cw", "rotate_ccw"}),

Loading…
Cancel
Save