Represents an axis on an StadiaController.
More...
#include <frc/StadiaController.h>
|
| static constexpr int | kLeftX = 0 |
| | Left X axis.
|
| |
| static constexpr int | kRightX = 3 |
| | Right X axis.
|
| |
| static constexpr int | kLeftY = 1 |
| | Left Y axis.
|
| |
| static constexpr int | kRightY = 4 |
| | Right Y axis.
|
| |
Represents an axis on an StadiaController.
◆ kLeftX
| int frc::StadiaController::Axis::kLeftX = 0 |
|
staticconstexpr |
◆ kLeftY
| int frc::StadiaController::Axis::kLeftY = 1 |
|
staticconstexpr |
◆ kRightX
| int frc::StadiaController::Axis::kRightX = 3 |
|
staticconstexpr |
◆ kRightY
| int frc::StadiaController::Axis::kRightY = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: