public class SwitchJoyConRGamePadAdapter extends java.lang.Object implements SwitchJoyConRGamePadListener
| Constructor and Description |
|---|
SwitchJoyConRGamePadAdapter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
buttonDown(SwitchJoyConRGamePad gamePad,
SwitchJoyConRButton button) |
boolean |
buttonUp(SwitchJoyConRGamePad gamePad,
SwitchJoyConRButton button) |
void |
connected(SwitchJoyConRGamePad gamePad) |
void |
disconnected(SwitchJoyConRGamePad gamePad) |
boolean |
rightStickXMoved(SwitchJoyConRGamePad gamePad,
float value) |
boolean |
rightStickYMoved(SwitchJoyConRGamePad gamePad,
float value) |
boolean |
zrMoved(SwitchJoyConRGamePad gamePad,
float value) |
public void connected(SwitchJoyConRGamePad gamePad)
connected in interface SwitchJoyConRGamePadListenerpublic void disconnected(SwitchJoyConRGamePad gamePad)
disconnected in interface SwitchJoyConRGamePadListenerpublic boolean buttonDown(SwitchJoyConRGamePad gamePad, SwitchJoyConRButton button)
buttonDown in interface SwitchJoyConRGamePadListenerpublic boolean buttonUp(SwitchJoyConRGamePad gamePad, SwitchJoyConRButton button)
buttonUp in interface SwitchJoyConRGamePadListenerpublic boolean rightStickXMoved(SwitchJoyConRGamePad gamePad, float value)
rightStickXMoved in interface SwitchJoyConRGamePadListenerpublic boolean rightStickYMoved(SwitchJoyConRGamePad gamePad, float value)
rightStickYMoved in interface SwitchJoyConRGamePadListenerpublic boolean zrMoved(SwitchJoyConRGamePad gamePad, float value)
zrMoved in interface SwitchJoyConRGamePadListener