|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.threerings.opengl.gui.event.ControllerAdapter
public class ControllerAdapter
A convenience class for partially implementing the ControllerListener interface.
| Constructor Summary | |
|---|---|
ControllerAdapter()
|
|
| Method Summary | |
|---|---|
void |
controllerMoved(ControllerEvent event)
Dispatched when the controller is moved on an axis. |
void |
controllerPovXMoved(ControllerEvent event)
Dispatched when the controller's pov has moved on the x axis. |
void |
controllerPovYMoved(ControllerEvent event)
Dispatched when the controller's pov has moved on the y axis. |
void |
controllerPressed(ControllerEvent event)
Dispatched when a controller button is pressed. |
void |
controllerReleased(ControllerEvent event)
Dispatched when a controller button is released. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ControllerAdapter()
| Method Detail |
|---|
public void controllerPressed(ControllerEvent event)
ControllerListener
controllerPressed in interface ControllerListenerpublic void controllerReleased(ControllerEvent event)
ControllerListener
controllerReleased in interface ControllerListenerpublic void controllerMoved(ControllerEvent event)
ControllerListener
controllerMoved in interface ControllerListenerpublic void controllerPovXMoved(ControllerEvent event)
ControllerListener
controllerPovXMoved in interface ControllerListenerpublic void controllerPovYMoved(ControllerEvent event)
ControllerListener
controllerPovYMoved in interface ControllerListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||