protected final class Joystick.JoystickButton extends java.lang.Object implements HIDButton
Trigger.ButtonScheduler| Modifier and Type | Field and Description |
|---|---|
private int |
m_channel
The m_channel.
|
| Constructor and Description |
|---|
JoystickButton(int channel)
Instantiates a new joystick button.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getState()
Get the Value of the Button.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcancelWhenPressed, runWhenPressed, runWhenReleased, runWhileHeld, runWhileReleased, togglenWhenPressedcancelWhenActive, runWhenActive, runWhenInactive, runWhileActive, runWhileInactive, toggleWhenActivepublic JoystickButton(int channel)
channel - the channelpublic boolean getState()
getState in interface BooleanSourcegetState in interface HIDButton