|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.wpi.first.wpilibj.buttons.Button
edu.wpi.first.wpilibj.buttons.AnalogIOButton
public class AnalogIOButton
Nested Class Summary |
---|
Nested classes/interfaces inherited from class edu.wpi.first.wpilibj.buttons.Button |
---|
Button.ButtonScheduler |
Field Summary | |
---|---|
static double |
THRESHOLD
|
Constructor Summary | |
---|---|
AnalogIOButton(int port)
|
Method Summary | |
---|---|
boolean |
get()
Returns whether or not the button is pressed. |
Methods inherited from class edu.wpi.first.wpilibj.buttons.Button |
---|
getTable, getType, whenPressed, whenReleased, whileHeld |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static double THRESHOLD
Constructor Detail |
---|
public AnalogIOButton(int port)
Method Detail |
---|
public boolean get()
Button
get
in class Button
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |