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

JoyInput を使用しているパッケージ
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.system   
 

com.jme3.input での JoyInput の使用
 

JoyInput 型のパラメータを持つ com.jme3.input のコンストラクタ
InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch)
          Initializes the InputManager.
Joystick(InputManager inputManager, JoyInput joyInput, int joyId, java.lang.String name, int buttonCount, int axisCount, int xAxis, int yAxis)
          Creates a new joystick instance.
 

com.jme3.system での JoyInput の使用
 

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