Change the functionality of the back button?
in
Android Processing
•
1 year ago
I'm writing a game for Android using processing, and have decided to write my own menu system from scratch. Right now, every time the back button is pressed the game quits to the android home screen. I want to be able to use the back button to navigate my menu system (like in practically every other android app). So how can I stop it from quitting to the home screen when the back button is pressed?
1