クラス
com.jme3.input.event.JoyButtonEvent の使用

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

com.jme3.input での JoyButtonEvent の使用
 

JoyButtonEvent 型のパラメータを持つ com.jme3.input のメソッド
 void InputManager.onJoyButtonEvent(JoyButtonEvent evt)
          Callback from RawInputListener.
 void RawInputListener.onJoyButtonEvent(JoyButtonEvent evt)
          Invoked on joystick button presses.
 

com.jme3.niftygui での JoyButtonEvent の使用
 

JoyButtonEvent 型のパラメータを持つ com.jme3.niftygui のメソッド
 void InputSystemJme.onJoyButtonEvent(JoyButtonEvent evt)