Uses of Class
com.jme.input.KeyBindingManager

Packages that use KeyBindingManager
com.jme.input   
 

Uses of KeyBindingManager in com.jme.input
 

Fields in com.jme.input declared as KeyBindingManager
protected  KeyBindingManager InputHandler.keyboard
          The keyboard where valid key actions are taken from in update.
protected  KeyBindingManager AbstractInputHandler.keyboard
          The keyboard where valid key actions are taken from in update.
 

Methods in com.jme.input that return KeyBindingManager
static KeyBindingManager KeyBindingManager.getKeyBindingManager()
          getInstance gets the static singleton instance of the manager.
 KeyBindingManager InputHandler.getKeyBindingManager()
          Returns the currently assigned keybard to receive key inputs.
 KeyBindingManager AbstractInputHandler.getKeyBindingManager()
          Returns the currently assigned keybard to receive key inputs.
 

Methods in com.jme.input with parameters of type KeyBindingManager
 void InputHandler.setKeyBindingManager(KeyBindingManager keyboard)
          Sets the keyboard that will receive key inputs by this handler.
 void AbstractInputHandler.setKeyBindingManager(KeyBindingManager keyboard)
          Sets the keyboard that will receive key inputs by this handler.