インタフェース
com.jme3.input.KeyInput の使用

KeyInput を使用しているパッケージ
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.input.dummy The com.jme3.input.dummy package provides "dummy" or "null" implementations of the input interfaces. 
com.jme3.system   
 

com.jme3.input での KeyInput の使用
 

KeyInput 型のパラメータを持つ com.jme3.input のコンストラクタ
InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch)
          Initializes the InputManager.
 

com.jme3.input.dummy での KeyInput の使用
 

KeyInput を実装している com.jme3.input.dummy のクラス
 class DummyKeyInput
          DummyKeyInput as an implementation of KeyInput that raises no input events.
 

com.jme3.system での KeyInput の使用
 

KeyInput を返す com.jme3.system のメソッド
 KeyInput JmeContext.getKeyInput()
           
 KeyInput NullContext.getKeyInput()