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