Does Keyboard.APP_CONTROL_BACK still exist?

In some examples, I’m finding a reference to Keyboard.APP_CONTROL_BACK. However, I can’t find it in code completion nor in the documentation. Is it still possible to cancel the Android back button? I want to user to return to the main menu before the app closes.
Thanks!

Oh my, apparently, it is lime.ui.KeyCode.APP_CONTROL_BACK. My bad!

1 Like