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.
自动键盘锁定后,我解锁时出现空白屏幕,3-4秒后出现游戏字段。任何想法,如何避免这种行为?我希望解锁后立即显示游戏画布。
更新:
这是我的 startApp 方法:
public void startApp() { start(); } public void start() { instance = this; display = Display.getDisplay(this); display.setCurrent(myGame); }