#include <frc/XboxController.h>
|
static constexpr int | kLeftBumper = 5 |
|
static constexpr int | kRightBumper = 6 |
|
static constexpr int | kLeftStick = 9 |
|
static constexpr int | kRightStick = 10 |
|
static constexpr int | kA = 1 |
|
static constexpr int | kB = 2 |
|
static constexpr int | kX = 3 |
|
static constexpr int | kY = 4 |
|
static constexpr int | kBack = 7 |
|
static constexpr int | kStart = 8 |
|
◆ kA
constexpr int frc::XboxController::Button::kA = 1 |
|
staticconstexpr |
◆ kB
constexpr int frc::XboxController::Button::kB = 2 |
|
staticconstexpr |
◆ kBack
constexpr int frc::XboxController::Button::kBack = 7 |
|
staticconstexpr |
◆ kLeftBumper
constexpr int frc::XboxController::Button::kLeftBumper = 5 |
|
staticconstexpr |
◆ kLeftStick
constexpr int frc::XboxController::Button::kLeftStick = 9 |
|
staticconstexpr |
◆ kRightBumper
constexpr int frc::XboxController::Button::kRightBumper = 6 |
|
staticconstexpr |
◆ kRightStick
constexpr int frc::XboxController::Button::kRightStick = 10 |
|
staticconstexpr |
◆ kStart
constexpr int frc::XboxController::Button::kStart = 8 |
|
staticconstexpr |
◆ kX
constexpr int frc::XboxController::Button::kX = 3 |
|
staticconstexpr |
◆ kY
constexpr int frc::XboxController::Button::kY = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: