Package net.java.games.input
Class Component.POV
- java.lang.Object
-
- net.java.games.input.Component.POV
-
- Enclosing interface:
- Component
public static class Component.POV extends java.lang.ObjectPOV enum for different positions.
-
-
Field 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 position
-
Constructor Summary
Constructors Constructor Description POV()
-
-
-
Field Detail
-
OFF
public static final float OFF
Standard value for center HAT position- See Also:
- Constant Field Values
-
CENTER
public static final float CENTER
Synonmous with OFF- See Also:
- Constant Field Values
-
UP_LEFT
public static final float UP_LEFT
Standard value for up-left HAT position- See Also:
- Constant Field Values
-
UP
public static final float UP
Standard value for up HAT position- See Also:
- Constant Field Values
-
UP_RIGHT
public static final float UP_RIGHT
Standard value for up-right HAT position- See Also:
- Constant Field Values
-
RIGHT
public static final float RIGHT
Standard value for right HAT position- See Also:
- Constant Field Values
-
DOWN_RIGHT
public static final float DOWN_RIGHT
Standard value for down-right HAT position- See Also:
- Constant Field Values
-
DOWN
public static final float DOWN
Standard value for down HAT position- See Also:
- Constant Field Values
-
DOWN_LEFT
public static final float DOWN_LEFT
Standard value for down-left HAT position- See Also:
- Constant Field Values
-
LEFT
public static final float LEFT
Standard value for left HAT position- See Also:
- Constant Field Values
-
-