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.ObjectField Summary
Fields Modifier and Type Field Description static floatCENTERSynonmous with OFFstatic floatDOWNStandard value for down HAT positionstatic floatDOWN_LEFTStandard value for down-left HAT positionstatic floatDOWN_RIGHTStandard value for down-right HAT positionstatic floatLEFTStandard value for left HAT positionstatic floatOFFStandard value for center HAT positionstatic floatRIGHTStandard value for right HAT positionstatic floatUPStandard value for up HAT positionstatic floatUP_LEFTStandard value for up-left HAT positionstatic floatUP_RIGHTStandard 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
