Package net.java.games.input
Class Component.POV
java.lang.Object
net.java.games.input.Component.POV
- Enclosing interface:
- Component
POV enum for different positions.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final float
Synonmous with OFFstatic final float
Standard value for down HAT positionstatic final float
Standard value for down-left HAT positionstatic final float
Standard value for down-right HAT positionstatic final float
Standard value for left HAT positionstatic final float
Standard value for center HAT positionstatic final float
Standard value for right HAT positionstatic final float
Standard value for up HAT positionstatic final float
Standard value for up-left HAT positionstatic final float
Standard value for up-right HAT position -
Constructor Summary
-
Method Summary
-
Field Details
-
OFF
public static final float OFFStandard value for center HAT position- See Also:
-
CENTER
public static final float CENTERSynonmous with OFF- See Also:
-
UP_LEFT
public static final float UP_LEFTStandard value for up-left HAT position- See Also:
-
UP
public static final float UPStandard value for up HAT position- See Also:
-
UP_RIGHT
public static final float UP_RIGHTStandard value for up-right HAT position- See Also:
-
RIGHT
public static final float RIGHTStandard value for right HAT position- See Also:
-
DOWN_RIGHT
public static final float DOWN_RIGHTStandard value for down-right HAT position- See Also:
-
DOWN
public static final float DOWNStandard value for down HAT position- See Also:
-
DOWN_LEFT
public static final float DOWN_LEFTStandard value for down-left HAT position- See Also:
-
LEFT
public static final float LEFTStandard value for left HAT position- See Also:
-
-
Constructor Details
-
POV
public POV()
-