public interface JoyInput extends Input
| Modifier and Type | Field and Description | 
|---|---|
| static int | AXIS_POV_XThe X axis for POV (point of view hat). | 
| static int | AXIS_POV_YThe Y axis for POV (point of view hat). | 
| Modifier and Type | Method and Description | 
|---|---|
| Joystick[] | loadJoysticks(InputManager inputManager)Loads a list of joysticks from the system. | 
| void | setJoyRumble(int joyId,
            float amount)Causes the joystick at  joyIdindex to rumble with
 the given amount. | 
destroy, getInputTimeNanos, initialize, isInitialized, setInputListener, updatestatic final int AXIS_POV_X
static final int AXIS_POV_Y
void setJoyRumble(int joyId,
                  float amount)
joyId index to rumble with
 the given amount.joyId - The joystick indexamount - Rumble amount. Should be between 0 and 1.Joystick[] loadJoysticks(InputManager inputManager)
inputManager - The input manager requesting to load joysticks