|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.Joystick.AxisType
public static class Joystick.AxisType
Represents an analog axis on a joystick.
Field Summary | |
---|---|
static Joystick.AxisType |
kNumAxis
axis: number of axis |
static Joystick.AxisType |
kThrottle
axis: throttle |
static Joystick.AxisType |
kTwist
axis: twist |
static Joystick.AxisType |
kX
axis: x-axis |
static Joystick.AxisType |
kY
axis: y-axis |
static Joystick.AxisType |
kZ
axis: z-axis |
int |
value
The integer value representing this enumeration |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final int value
public static final Joystick.AxisType kX
public static final Joystick.AxisType kY
public static final Joystick.AxisType kZ
public static final Joystick.AxisType kTwist
public static final Joystick.AxisType kThrottle
public static final Joystick.AxisType kNumAxis
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |