public interface GamePadListener
GamePad| Modifier and Type | Method and Description |
|---|---|
void |
onAccelerometerChanged(GamePad gamePad,
int accelerometerCode,
org.mini2Dx.gdx.math.Vector3 value) |
void |
onAxisChanged(GamePad gamePad,
int axisCode,
float axisValue) |
void |
onButtonDown(GamePad gamePad,
int buttonCode) |
void |
onButtonUp(GamePad gamePad,
int buttonCode) |
void |
onConnect(GamePad gamePad) |
void |
onDisconnect(GamePad gamePad) |
void onConnect(GamePad gamePad)
void onDisconnect(GamePad gamePad)
void onButtonDown(GamePad gamePad, int buttonCode)
void onButtonUp(GamePad gamePad, int buttonCode)
void onAxisChanged(GamePad gamePad, int axisCode, float axisValue)
void onAccelerometerChanged(GamePad gamePad, int accelerometerCode, org.mini2Dx.gdx.math.Vector3 value)