public class LibgdxPS4GamePad extends PS4GamePad
ID
Constructor and Description |
---|
LibgdxPS4GamePad(GamePad gamePad) |
LibgdxPS4GamePad(GamePad gamePad,
DeadZone leftStickDeadZone,
DeadZone rightStickDeadZone) |
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 |
onPovChanged(GamePad gamePad,
int povCode,
PovState povState) |
addListener, addListener, clearListeners, dispose, getL2DeadZone, getLeftStickDeadZone, getR2DeadZone, getRightStickDeadZone, getTotalListeners, notifyButtonDown, notifyButtonUp, notifyConnected, notifyDisconnected, notifyL2Moved, notifyLeftStickXMoved, notifyLeftStickYMoved, notifyR2Moved, notifyRightStickXMoved, notifyRightStickYMoved, removeListener, removeListener, setL2DeadZone, setLeftStickDeadZone, setR2DeadZone, setRightStickDeadZone
public LibgdxPS4GamePad(GamePad gamePad)
public void onConnect(GamePad gamePad)
public void onDisconnect(GamePad gamePad)
public void onButtonDown(GamePad gamePad, int buttonCode)
public void onButtonUp(GamePad gamePad, int buttonCode)
public void onAxisChanged(GamePad gamePad, int axisCode, float axisValue)
public void onAccelerometerChanged(GamePad gamePad, int accelerometerCode, org.mini2Dx.gdx.math.Vector3 value)