Package | Description |
---|---|
io.github.thunderbots.lightning.control |
The
io.github.thunderbots.lightning.control package exposes classes and methods
that can be used to respond to controls and joystick inputs for the robot. |
Modifier and Type | Method and Description |
---|---|
static ButtonHandler.PressType |
ButtonHandler.PressType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ButtonHandler.PressType[] |
ButtonHandler.PressType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|