标签: lua orientation corona
我的日冕应用程序中有不同的屏幕,我希望在横向模式下显示一个屏幕,即启动画面,在纵向模式下显示另一个菜单。我如何在日冕中实现这一目标?
这是我在构建文件中使用的代码:
settings = { orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight" }, }, }