|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The listener interface for receiving joystick events. A Joystick will periodically notify the implementor of this listener of changes to the attached joystick. It is not neccessary to call the poll function on the joystick when this interface is implemented.
Joystick
Method Summary | |
void |
joystickAxisChanged(Joystick j)
Implement this function to get periodically notified that a joystick changed one of its axis values. |
void |
joystickButtonChanged(Joystick j)
Implement this function to get periodically notified that a joystick button changed one of its values. |
Method Detail |
public void joystickAxisChanged(Joystick j)
j
- The joystick that was recently polled.public void joystickButtonChanged(Joystick j)
j
- The joystick that was recently polled.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |