Interface | Description |
---|---|
Button |
An interface for Buttons.
|
JoystickInterface |
An interface for Joysticks.
|
Class | Description |
---|---|
ButtonGroup |
A class that groups together Buttons.
|
FakeButton |
A class for a programmedly controllable Button.
|
GameController |
An extension class of Joystick that makes it much easier to do game controller specific things, such as reading from the DPad or rumbling.
|
Joystick |
Implementation of JoystickInterface that wrappers around WPILib's Joystick object.
|
JoystickButton |
An implementation of Button for Buttons on a Joystick.
|
LogitechController |
An extension of GameController made specific for Logitech controllers.
|
XboxController |
An extension of GameController made specific for Xbox controllers.
|
Enum | Description |
---|---|
Direction |
An enum for DPad directions on GameControllers.
|