public static interface Joystick.JoystickListener
| Modifier and Type | Method and Description | 
|---|---|
| void | pressDown(Joystick widget)The down button has been pressed. | 
| void | pressEnter(Joystick widget)The enter button has been pressed. | 
| void | pressLeft(Joystick widget)The left button has been pressed. | 
| void | pressRight(Joystick widget)The right button has been pressed. | 
| void | pressUp(Joystick widget)The up button has been pressed. | 
| void | releaseDown(Joystick widget)The down button has been released. | 
| void | releaseEnter(Joystick widget)The enter button has been released. | 
| void | releaseLeft(Joystick widget)The left button has been released. | 
| void | releaseRight(Joystick widget)The right button has been released. | 
| void | releaseUp(Joystick widget)The up button has been released. | 
| void | repeatDown(Joystick widget)The down button has been held down. | 
| void | repeatEnter(Joystick widget)The enter button has been held down. | 
| void | repeatLeft(Joystick widget)The left button has been held down. | 
| void | repeatRight(Joystick widget)The right button has been held down. | 
| void | repeatUp(Joystick widget)The up button has been held down. | 
void pressDown(Joystick widget)
widget - the joystick where the button has been pressed.void pressEnter(Joystick widget)
widget - the joystick where the button has been pressed.void pressLeft(Joystick widget)
widget - the joystick where the button has been pressed.void pressRight(Joystick widget)
widget - the joystick where the button has been pressed.void pressUp(Joystick widget)
widget - the joystick where the button has been pressed.void releaseDown(Joystick widget)
widget - the joystick where the button has been released.void releaseEnter(Joystick widget)
widget - the joystick where the button has been released.void releaseLeft(Joystick widget)
widget - the joystick where the button has been released.void releaseRight(Joystick widget)
widget - the joystick where the button has been released.void releaseUp(Joystick widget)
widget - the joystick where the button has been released.void repeatDown(Joystick widget)
widget - the joystick where the button has been pressed again.void repeatEnter(Joystick widget)
widget - the joystick where the button has been pressed again.void repeatLeft(Joystick widget)
widget - the joystick where the button has been pressed again.void repeatRight(Joystick widget)
widget - the joystick where the button has been pressed again.void repeatUp(Joystick widget)
widget - the joystick where the button has been pressed again.