Package zombie.input
Class JoypadManager.Joypad
java.lang.Object
zombie.input.JoypadManager.Joypad
- Enclosing class:
- JoypadManager
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
float
float
int
int
float
getDeadZone
(int int1) int
getID()
int
getL3()
int
float
float
int
getR3()
int
int
int
int
boolean
boolean
boolean
isButtonPressed
(int int1) boolean
isButtonReleasePress
(int int1) boolean
isButtonStartPress
(int int1) boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
void
onPressed
(int int1) void
onPressedAxis
(int int1) void
onPressedAxisNeg
(int int1) void
void
onPressedTrigger
(int int1) void
setDeadZone
(float float1) void
setDeadZone
(int int1, float float1) boolean
wasButtonPressed
(int int1)
-
Constructor Details
-
Joypad
public Joypad()
-
-
Method Details
-
isDownPressed
public boolean isDownPressed() -
isUpPressed
public boolean isUpPressed() -
isRightPressed
public boolean isRightPressed() -
isLeftPressed
public boolean isLeftPressed() -
isLBPressed
public boolean isLBPressed() -
isRBPressed
public boolean isRBPressed() -
isL3Pressed
public boolean isL3Pressed() -
isR3Pressed
public boolean isR3Pressed() -
isRTPressed
public boolean isRTPressed() -
isLTPressed
public boolean isLTPressed() -
isAPressed
public boolean isAPressed() -
isBPressed
public boolean isBPressed() -
isXPressed
public boolean isXPressed() -
isYPressed
public boolean isYPressed() -
isButtonPressed
public boolean isButtonPressed(int int1) -
wasButtonPressed
public boolean wasButtonPressed(int int1) -
isButtonStartPress
public boolean isButtonStartPress(int int1) -
isButtonReleasePress
public boolean isButtonReleasePress(int int1) -
getMovementAxisX
public float getMovementAxisX() -
getMovementAxisY
public float getMovementAxisY() -
getAimingAxisX
public float getAimingAxisX() -
getAimingAxisY
public float getAimingAxisY() -
onPressed
public void onPressed(int int1) -
onPressedAxis
public void onPressedAxis(int int1) -
onPressedAxisNeg
public void onPressedAxisNeg(int int1) -
onPressedTrigger
public void onPressedTrigger(int int1) -
onPressedPov
public void onPressedPov() -
getDeadZone
public float getDeadZone(int int1) -
setDeadZone
public void setDeadZone(int int1, float float1) -
setDeadZone
public void setDeadZone(float float1) -
getID
public int getID() -
isDisabled
public boolean isDisabled() -
getAButton
public int getAButton() -
getBButton
public int getBButton() -
getXButton
public int getXButton() -
getYButton
public int getYButton() -
getLBumper
public int getLBumper() -
getRBumper
public int getRBumper() -
getL3
public int getL3() -
getR3
public int getR3() -
getBackButton
public int getBackButton() -
getStartButton
public int getStartButton()
-