…so you can just remove the app state if you want. Or if you want to only have things you add yourself then define a constructor for your application and call super(null)… or super( just your app states )
Thank you ! I sorted the things out and placed the call of this function after simpleInitApp() ! I then used inputManager.clearAllMappings() and everything is fine.