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