"

2013 FRC Java API

"

edu.wpi.first.wpilibj
Class Joystick.ButtonType

java.lang.Object
  extended by edu.wpi.first.wpilibj.Joystick.ButtonType
Enclosing class:
Joystick

public static class Joystick.ButtonType
extends Object

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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public final int value
The integer value representing this enumeration


kTrigger

public static final Joystick.ButtonType kTrigger
button: trigger


kTop

public static final Joystick.ButtonType kTop
button: top button


kNumButton

public static final Joystick.ButtonType kNumButton
button: num button types


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"