Represents an axis on an NiDsXboxController.
More...
#include <wpi/driverstation/NiDsXboxController.hpp>
|
| 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 NiDsXboxController.
◆ kLeftTrigger
| int wpi::NiDsXboxController::Axis::kLeftTrigger = 2 |
|
staticconstexpr |
◆ kLeftX
| int wpi::NiDsXboxController::Axis::kLeftX = 0 |
|
staticconstexpr |
◆ kLeftY
| int wpi::NiDsXboxController::Axis::kLeftY = 1 |
|
staticconstexpr |
◆ kRightTrigger
| int wpi::NiDsXboxController::Axis::kRightTrigger = 3 |
|
staticconstexpr |
◆ kRightX
| int wpi::NiDsXboxController::Axis::kRightX = 4 |
|
staticconstexpr |
◆ kRightY
| int wpi::NiDsXboxController::Axis::kRightY = 5 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: