Uses of Class
com.jme.input.util.SyntheticAxis

Packages that use SyntheticAxis
com.jme.input   
com.jme.input.util   
 

Uses of SyntheticAxis in com.jme.input
 

Methods in com.jme.input with parameters of type SyntheticAxis
 void InputHandler.addAction(InputAction action, SyntheticAxis eventHandler, boolean allowRepeats)
          Adds an input action to be invoked on events for the given synthetic axis.
 

Uses of SyntheticAxis in com.jme.input.util
 

Subclasses of SyntheticAxis in com.jme.input.util
 class TwoButtonAxis
          This is a utility class to simulate an axis from two buttons (or keys).
 

Methods in com.jme.input.util with parameters of type SyntheticAxis
(package private)  void UtilInputHandlerDevice.addAxis(SyntheticAxis axis)
           
(package private)  void UtilInputHandlerDevice.removeAxis(SyntheticAxis axis)