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

Input を使用しているパッケージ
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.input での Input の使用
 

com.jme3.input での Input のサブインタフェース
 interface JoyInput
          A specific API for interfacing with joysticks or gaming controllers.
 interface KeyInput
          A specific API for interfacing with the keyboard.
 interface MouseInput
          A specific API for interfacing with the mouse.
 interface TouchInput
          A specific API for interfacing with smartphone touch devices
 

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

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