|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.java.games.input.Component.POV
public static class Component.POV
POV enum for different positions.
Field Summary | |
---|---|
static float |
CENTER
Synonmous with OFF |
static float |
DOWN
Standard value for down HAT position |
static float |
DOWN_LEFT
Standard value for down-left HAT position |
static float |
DOWN_RIGHT
Standard value for down-right HAT position |
static float |
LEFT
Standard value for left HAT position |
static float |
OFF
Standard value for center HAT position |
static float |
RIGHT
Standard value for right HAT position |
static float |
UP
Standard value for up HAT position |
static float |
UP_LEFT
Standard value for up-left HAT position |
static float |
UP_RIGHT
Standard value for up-right HAT position |
Constructor Summary | |
---|---|
Component.POV()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final float OFF
public static final float CENTER
public static final float UP_LEFT
public static final float UP
public static final float UP_RIGHT
public static final float RIGHT
public static final float DOWN_RIGHT
public static final float DOWN
public static final float DOWN_LEFT
public static final float LEFT
Constructor Detail |
---|
public Component.POV()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |