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

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

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

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

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

com.jme3.system での MouseInput の使用
 

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