toggle landscape will change orientation for landscape mode

This commit is contained in:
chrox
2013-07-13 13:56:25 +08:00
parent 7f1d682a98
commit c19de743ba

View File

@@ -10,6 +10,7 @@ KoptOptions = {
name = "screen_mode",
name_text = SCREEN_MODE_STR,
toggle = {PORTRAIT_STR, LANDSCAPE_STR},
alternate = false,
args = {"portrait", "landscape"},
default_arg = "portrait",
current_func = function() return Screen:getScreenMode() end,