Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在创建一个游戏,玩家应该带领球穿过迷宫到达出口。我使用手机的陀螺仪传感器来做到这一点,所以玩家不必触摸屏幕。问题是由于没有触摸或点击事件,手机屏幕会在几秒钟后关闭。有没有办法(在 Corona SDK 中)防止这种情况发生?
您需要的是system.setIdleTimer( false ) api控制系统的空闲计时器。如果禁用空闲计时器,屏幕将不会变暗。
system.setIdleTimer( false )