Represents a digital button on an NiDsStadiaController.
More...
#include <wpi/driverstation/NiDsStadiaController.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 | kLeftStick = 6 |
| | Left stick button.
|
| static constexpr int | kRightStick = 7 |
| | Right stick button.
|
| static constexpr int | kEllipses = 8 |
| | Ellipses button.
|
| static constexpr int | kHamburger = 9 |
| | Hamburger button.
|
| static constexpr int | kStadia = 10 |
| | Stadia button.
|
| static constexpr int | kRightTrigger = 11 |
| | Right trigger button.
|
| static constexpr int | kLeftTrigger = 12 |
| | Left trigger button.
|
| static constexpr int | kGoogle = 13 |
| | Google button.
|
| static constexpr int | kFrame = 14 |
| | Frame button.
|
Represents a digital button on an NiDsStadiaController.
◆ kA
| int wpi::NiDsStadiaController::Button::kA = 0 |
|
staticconstexpr |
◆ kB
| int wpi::NiDsStadiaController::Button::kB = 1 |
|
staticconstexpr |
◆ kEllipses
| int wpi::NiDsStadiaController::Button::kEllipses = 8 |
|
staticconstexpr |
◆ kFrame
| int wpi::NiDsStadiaController::Button::kFrame = 14 |
|
staticconstexpr |
◆ kGoogle
| int wpi::NiDsStadiaController::Button::kGoogle = 13 |
|
staticconstexpr |
◆ kHamburger
| int wpi::NiDsStadiaController::Button::kHamburger = 9 |
|
staticconstexpr |
◆ kLeftBumper
| int wpi::NiDsStadiaController::Button::kLeftBumper = 4 |
|
staticconstexpr |
◆ kLeftStick
| int wpi::NiDsStadiaController::Button::kLeftStick = 6 |
|
staticconstexpr |
◆ kLeftTrigger
| int wpi::NiDsStadiaController::Button::kLeftTrigger = 12 |
|
staticconstexpr |
◆ kRightBumper
| int wpi::NiDsStadiaController::Button::kRightBumper = 5 |
|
staticconstexpr |
◆ kRightStick
| int wpi::NiDsStadiaController::Button::kRightStick = 7 |
|
staticconstexpr |
◆ kRightTrigger
| int wpi::NiDsStadiaController::Button::kRightTrigger = 11 |
|
staticconstexpr |
◆ kStadia
| int wpi::NiDsStadiaController::Button::kStadia = 10 |
|
staticconstexpr |
◆ kX
| int wpi::NiDsStadiaController::Button::kX = 2 |
|
staticconstexpr |
◆ kY
| int wpi::NiDsStadiaController::Button::kY = 3 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: