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.Object
POV enum for different positions.
-
-
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 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
-
-