WPILibC++ 2025.2.1
Loading...
Searching...
No Matches
frc::StadiaController::Button Struct Reference

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

#include <frc/StadiaController.h>

Static Public Attributes

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

Detailed Description

Represents a digital button on an StadiaController.

Member Data Documentation

◆ kA

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

A button.

◆ kB

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

B button.

◆ kEllipses

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

Ellipses button.

◆ kFrame

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

Frame button.

◆ kGoogle

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

Google button.

◆ kHamburger

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

Hamburger button.

◆ kLeftBumper

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

Left bumper button.

◆ kLeftStick

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

Left stick button.

◆ kLeftTrigger

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

Left trigger button.

◆ kRightBumper

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

Right bumper button.

◆ kRightStick

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

Right stick button.

◆ kRightTrigger

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

Right trigger button.

◆ kStadia

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

Stadia button.

◆ kX

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

X button.

◆ kY

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

Y button.


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