Remove default escape key binding

Hello,



how can I remove the default escape key binding (closing the app window)?



I tried inputManager.deleteMapping(“SIMPLEAPP_Exit”);



Didn’t work. Is there a new method?

That should work. I do it in my app and the escape key is properly removed.



You can be safer by doing inputManager.deleteMapping( SimpleApplication.INPUT_MAPPING_EXIT );



…but it’s essentially the same thing.