Deprecated methods in "InputSystem"

Hi… I'm trying to work thru the flagRush tutorial. when I'm trying to work with the InputSystem, many methods are deprecated:


   InputSystem.createInputSystem(properties.getRenderer());
      KeyBindingManager.getKeyBindingManager().setKeyInput(InputSystem.getKeyInput());
      KeyBindingManager.getKeyBindingManager().set("exit",
      KeyInput.KEY_ESCAPE);



it seems, as if the method createInputSystem and InputSystem.getKeyInput() ar non existing. The javadoc on the jme doesn't declare an alternative.
Does anyone know what to use instead?

Hmm, that javadoc had all info already - what is missing  :?

a RTFM might be in place  XD kidding

You don't need createInputSystem any more (no substitute) and you can use KeyInput.get() as replacement of the second. I'll add a javadoc comment.

The tutorial has been updated with the proper InputSystem calls.

Hey Mojo, the old code is still showing in the tutorial.

http://www.jmonkeyengine.com/wiki/doku.php?id=loading_the_environment