|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.Joystick.ButtonType
public static class Joystick.ButtonType
Represents a digital button on the JoyStick
Field Summary | |
---|---|
static Joystick.ButtonType |
kNumButton
button: num button types |
static Joystick.ButtonType |
kTop
button: top button |
static Joystick.ButtonType |
kTrigger
button: trigger |
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.ButtonType kTrigger
public static final Joystick.ButtonType kTop
public static final Joystick.ButtonType kNumButton
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |