For my game, I'd like the Android back button to take you to the pause menu, instead of minimizing the game. From what I've googled, I know I need to call
Gdx.input.setCatchBackKey(true);
But how do I actually check for the button press? input.isKeyDown(Keys.BACK) doesn't seem to do anything.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…