WPILibC++ 2024.3.2-109-g8c420fa
frc::StadiaController::Button Struct Reference

Represents a digital button on a StadiaController. More...

#include <frc/StadiaController.h>

Static Public Attributes

static constexpr int kA = 1
 A button. More...
 
static constexpr int kB = 2
 B button. More...
 
static constexpr int kX = 3
 X button. More...
 
static constexpr int kY = 4
 Y button. More...
 
static constexpr int kLeftBumper = 5
 Left bumper button. More...
 
static constexpr int kRightBumper = 6
 Right bumper button. More...
 
static constexpr int kLeftStick = 7
 Left stick button. More...
 
static constexpr int kRightStick = 8
 Right stick button. More...
 
static constexpr int kEllipses = 9
 Ellipses button. More...
 
static constexpr int kHamburger = 10
 Hamburger button. More...
 
static constexpr int kStadia = 11
 Stadia button. More...
 
static constexpr int kRightTrigger = 12
 Right trigger button. More...
 
static constexpr int kLeftTrigger = 13
 Left trigger button. More...
 
static constexpr int kGoogle = 14
 Google button. More...
 
static constexpr int kFrame = 15
 Frame button. More...
 

Detailed Description

Represents a digital button on a StadiaController.

Member Data Documentation

◆ kA

constexpr int frc::StadiaController::Button::kA = 1
staticconstexpr

A button.

◆ kB

constexpr int frc::StadiaController::Button::kB = 2
staticconstexpr

B button.

◆ kEllipses

constexpr int frc::StadiaController::Button::kEllipses = 9
staticconstexpr

Ellipses button.

◆ kFrame

constexpr int frc::StadiaController::Button::kFrame = 15
staticconstexpr

Frame button.

◆ kGoogle

constexpr int frc::StadiaController::Button::kGoogle = 14
staticconstexpr

Google button.

◆ kHamburger

constexpr int frc::StadiaController::Button::kHamburger = 10
staticconstexpr

Hamburger button.

◆ kLeftBumper

constexpr int frc::StadiaController::Button::kLeftBumper = 5
staticconstexpr

Left bumper button.

◆ kLeftStick

constexpr int frc::StadiaController::Button::kLeftStick = 7
staticconstexpr

Left stick button.

◆ kLeftTrigger

constexpr int frc::StadiaController::Button::kLeftTrigger = 13
staticconstexpr

Left trigger button.

◆ kRightBumper

constexpr int frc::StadiaController::Button::kRightBumper = 6
staticconstexpr

Right bumper button.

◆ kRightStick

constexpr int frc::StadiaController::Button::kRightStick = 8
staticconstexpr

Right stick button.

◆ kRightTrigger

constexpr int frc::StadiaController::Button::kRightTrigger = 12
staticconstexpr

Right trigger button.

◆ kStadia

constexpr int frc::StadiaController::Button::kStadia = 11
staticconstexpr

Stadia button.

◆ kX

constexpr int frc::StadiaController::Button::kX = 3
staticconstexpr

X button.

◆ kY

constexpr int frc::StadiaController::Button::kY = 4
staticconstexpr

Y button.


The documentation for this struct was generated from the following file: