Represents a digital button on an NiDsXboxController.
More...
#include <wpi/driverstation/NiDsXboxController.hpp>
|
| static constexpr int | kA = 0 |
| | A button.
|
| static constexpr int | kB = 1 |
| | B button.
|
| static constexpr int | kX = 2 |
| | X button.
|
| static constexpr int | kY = 3 |
| | Y button.
|
| static constexpr int | kLeftBumper = 4 |
| | Left bumper button.
|
| static constexpr int | kRightBumper = 5 |
| | Right bumper button.
|
| static constexpr int | kBack = 6 |
| | Back button.
|
| static constexpr int | kStart = 7 |
| | Start button.
|
| static constexpr int | kLeftStick = 8 |
| | Left stick button.
|
| static constexpr int | kRightStick = 9 |
| | Right stick button.
|
Represents a digital button on an NiDsXboxController.
◆ kA
| int wpi::NiDsXboxController::Button::kA = 0 |
|
staticconstexpr |
◆ kB
| int wpi::NiDsXboxController::Button::kB = 1 |
|
staticconstexpr |
◆ kBack
| int wpi::NiDsXboxController::Button::kBack = 6 |
|
staticconstexpr |
◆ kLeftBumper
| int wpi::NiDsXboxController::Button::kLeftBumper = 4 |
|
staticconstexpr |
◆ kLeftStick
| int wpi::NiDsXboxController::Button::kLeftStick = 8 |
|
staticconstexpr |
◆ kRightBumper
| int wpi::NiDsXboxController::Button::kRightBumper = 5 |
|
staticconstexpr |
◆ kRightStick
| int wpi::NiDsXboxController::Button::kRightStick = 9 |
|
staticconstexpr |
◆ kStart
| int wpi::NiDsXboxController::Button::kStart = 7 |
|
staticconstexpr |
◆ kX
| int wpi::NiDsXboxController::Button::kX = 2 |
|
staticconstexpr |
◆ kY
| int wpi::NiDsXboxController::Button::kY = 3 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: