Represents a digital button on an StadiaController.
More...
#include <frc/StadiaController.h>
|
static constexpr int | kA = 1 |
| A button.
|
|
static constexpr int | kB = 2 |
| B button.
|
|
static constexpr int | kX = 3 |
| X button.
|
|
static constexpr int | kY = 4 |
| Y button.
|
|
static constexpr int | kLeftBumper = 5 |
| Left bumper button.
|
|
static constexpr int | kRightBumper = 6 |
| Right bumper button.
|
|
static constexpr int | kLeftStick = 7 |
| Left stick button.
|
|
static constexpr int | kRightStick = 8 |
| Right stick button.
|
|
static constexpr int | kEllipses = 9 |
| Ellipses button.
|
|
static constexpr int | kHamburger = 10 |
| Hamburger button.
|
|
static constexpr int | kStadia = 11 |
| Stadia button.
|
|
static constexpr int | kRightTrigger = 12 |
| Right trigger button.
|
|
static constexpr int | kLeftTrigger = 13 |
| Left trigger button.
|
|
static constexpr int | kGoogle = 14 |
| Google button.
|
|
static constexpr int | kFrame = 15 |
| Frame button.
|
|
Represents a digital button on an StadiaController.
◆ kA
int frc::StadiaController::Button::kA = 1 |
|
staticconstexpr |
◆ kB
int frc::StadiaController::Button::kB = 2 |
|
staticconstexpr |
◆ kEllipses
int frc::StadiaController::Button::kEllipses = 9 |
|
staticconstexpr |
◆ kFrame
int frc::StadiaController::Button::kFrame = 15 |
|
staticconstexpr |
◆ kGoogle
int frc::StadiaController::Button::kGoogle = 14 |
|
staticconstexpr |
◆ kHamburger
int frc::StadiaController::Button::kHamburger = 10 |
|
staticconstexpr |
◆ kLeftBumper
int frc::StadiaController::Button::kLeftBumper = 5 |
|
staticconstexpr |
◆ kLeftStick
int frc::StadiaController::Button::kLeftStick = 7 |
|
staticconstexpr |
◆ kLeftTrigger
int frc::StadiaController::Button::kLeftTrigger = 13 |
|
staticconstexpr |
◆ kRightBumper
int frc::StadiaController::Button::kRightBumper = 6 |
|
staticconstexpr |
◆ kRightStick
int frc::StadiaController::Button::kRightStick = 8 |
|
staticconstexpr |
◆ kRightTrigger
int frc::StadiaController::Button::kRightTrigger = 12 |
|
staticconstexpr |
◆ kStadia
int frc::StadiaController::Button::kStadia = 11 |
|
staticconstexpr |
◆ kX
int frc::StadiaController::Button::kX = 3 |
|
staticconstexpr |
◆ kY
int frc::StadiaController::Button::kY = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: