Uses of Class
com.jme3.input.event.JoyAxisEvent

Packages that use JoyAxisEvent
com.jme3.input The com.jme3.input package is used for all input handling in jMonkeyEngine. 
com.jme3.niftygui   
 

Uses of JoyAxisEvent in com.jme3.input
 

Methods in com.jme3.input with parameters of type JoyAxisEvent
 void InputManager.onJoyAxisEvent(JoyAxisEvent evt)
          Callback from RawInputListener.
 void RawInputListener.onJoyAxisEvent(JoyAxisEvent evt)
          Invoked on joystick axis events.
 

Uses of JoyAxisEvent in com.jme3.niftygui
 

Methods in com.jme3.niftygui with parameters of type JoyAxisEvent
 void InputSystemJme.onJoyAxisEvent(JoyAxisEvent evt)