Package | Description |
---|---|
ej.fp.widget |
Contains widgets classes.
|
Modifier and Type | Method and Description |
---|---|
void |
Joystick.JoystickListener.pressDown(Joystick widget)
The down button has been pressed.
|
void |
Joystick.JoystickListenerToCommandEvents.pressDown(Joystick widget) |
void |
Joystick.JoystickListener.pressEnter(Joystick widget)
The enter button has been pressed.
|
void |
Joystick.JoystickListenerToCommandEvents.pressEnter(Joystick widget) |
void |
Joystick.JoystickListener.pressLeft(Joystick widget)
The left button has been pressed.
|
void |
Joystick.JoystickListenerToCommandEvents.pressLeft(Joystick widget) |
void |
Joystick.JoystickListener.pressRight(Joystick widget)
The right button has been pressed.
|
void |
Joystick.JoystickListenerToCommandEvents.pressRight(Joystick widget) |
void |
Joystick.JoystickListener.pressUp(Joystick widget)
The up button has been pressed.
|
void |
Joystick.JoystickListenerToCommandEvents.pressUp(Joystick widget) |
void |
Joystick.JoystickListener.releaseDown(Joystick widget)
The down button has been released.
|
void |
Joystick.JoystickListenerToCommandEvents.releaseDown(Joystick widget) |
void |
Joystick.JoystickListener.releaseEnter(Joystick widget)
The enter button has been released.
|
void |
Joystick.JoystickListenerToCommandEvents.releaseEnter(Joystick widget) |
void |
Joystick.JoystickListener.releaseLeft(Joystick widget)
The left button has been released.
|
void |
Joystick.JoystickListenerToCommandEvents.releaseLeft(Joystick widget) |
void |
Joystick.JoystickListener.releaseRight(Joystick widget)
The right button has been released.
|
void |
Joystick.JoystickListenerToCommandEvents.releaseRight(Joystick widget) |
void |
Joystick.JoystickListener.releaseUp(Joystick widget)
The up button has been released.
|
void |
Joystick.JoystickListenerToCommandEvents.releaseUp(Joystick widget) |
void |
Joystick.JoystickListener.repeatDown(Joystick widget)
The down button has been held down.
|
void |
Joystick.JoystickListenerToCommandEvents.repeatDown(Joystick widget) |
void |
Joystick.JoystickListener.repeatEnter(Joystick widget)
The enter button has been held down.
|
void |
Joystick.JoystickListenerToCommandEvents.repeatEnter(Joystick widget) |
void |
Joystick.JoystickListener.repeatLeft(Joystick widget)
The left button has been held down.
|
void |
Joystick.JoystickListenerToCommandEvents.repeatLeft(Joystick widget) |
void |
Joystick.JoystickListener.repeatRight(Joystick widget)
The right button has been held down.
|
void |
Joystick.JoystickListenerToCommandEvents.repeatRight(Joystick widget) |
void |
Joystick.JoystickListener.repeatUp(Joystick widget)
The up button has been held down.
|
void |
Joystick.JoystickListenerToCommandEvents.repeatUp(Joystick widget) |