Package de.gurkenlabs.litiengine.input
Class Gamepad.DPad
java.lang.Object
de.gurkenlabs.litiengine.input.Gamepad.DPad
- Enclosing class:
- Gamepad
public static class Gamepad.DPad
extends java.lang.Object
Field Summary
Fields Modifier and Type Field Description static float
CENTER
Synonmous with OFFstatic float
DOWN
Standard value for down HAT positionstatic float
DOWN_LEFT
Standard value for down-left HAT positionstatic float
DOWN_RIGHT
Standard value for down-right HAT positionstatic float
LEFT
Standard value for left HAT positionstatic float
OFF
Standard value for center HAT positionstatic float
RIGHT
Standard value for right HAT positionstatic float
UP
Standard value for up HAT positionstatic float
UP_LEFT
Standard value for up-left HAT positionstatic float
UP_RIGHT
Standard value for up-right HAT positionMethod Summary
Field Details
OFF
public static final float OFFStandard value for center HAT position- See Also:
- Constant Field Values
CENTER
public static final float CENTERSynonmous with OFF- See Also:
- Constant Field Values
DOWN
public static final float DOWNStandard value for down HAT position- See Also:
- Constant Field Values
DOWN_LEFT
public static final float DOWN_LEFTStandard value for down-left HAT position- See Also:
- Constant Field Values
DOWN_RIGHT
public static final float DOWN_RIGHTStandard value for down-right HAT position- See Also:
- Constant Field Values
LEFT
public static final float LEFTStandard value for left HAT position- See Also:
- Constant Field Values
RIGHT
public static final float RIGHTStandard value for right HAT position- See Also:
- Constant Field Values
UP
public static final float UPStandard value for up HAT position- See Also:
- Constant Field Values
UP_LEFT
public static final float UP_LEFTStandard value for up-left HAT position- See Also:
- Constant Field Values
UP_RIGHT
public static final float UP_RIGHTStandard value for up-right HAT position- See Also:
- Constant Field Values