WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::NiDsStadiaController::Button Struct Reference

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

#include <wpi/driverstation/NiDsStadiaController.hpp>

Static Public Attributes

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.

Detailed Description

Represents a digital button on an NiDsStadiaController.

Member Data Documentation

◆ kA

int wpi::NiDsStadiaController::Button::kA = 0
staticconstexpr

A button.

◆ kB

int wpi::NiDsStadiaController::Button::kB = 1
staticconstexpr

B button.

◆ kEllipses

int wpi::NiDsStadiaController::Button::kEllipses = 8
staticconstexpr

Ellipses button.

◆ kFrame

int wpi::NiDsStadiaController::Button::kFrame = 14
staticconstexpr

Frame button.

◆ kGoogle

int wpi::NiDsStadiaController::Button::kGoogle = 13
staticconstexpr

Google button.

◆ kHamburger

int wpi::NiDsStadiaController::Button::kHamburger = 9
staticconstexpr

Hamburger button.

◆ kLeftBumper

int wpi::NiDsStadiaController::Button::kLeftBumper = 4
staticconstexpr

Left bumper button.

◆ kLeftStick

int wpi::NiDsStadiaController::Button::kLeftStick = 6
staticconstexpr

Left stick button.

◆ kLeftTrigger

int wpi::NiDsStadiaController::Button::kLeftTrigger = 12
staticconstexpr

Left trigger button.

◆ kRightBumper

int wpi::NiDsStadiaController::Button::kRightBumper = 5
staticconstexpr

Right bumper button.

◆ kRightStick

int wpi::NiDsStadiaController::Button::kRightStick = 7
staticconstexpr

Right stick button.

◆ kRightTrigger

int wpi::NiDsStadiaController::Button::kRightTrigger = 11
staticconstexpr

Right trigger button.

◆ kStadia

int wpi::NiDsStadiaController::Button::kStadia = 10
staticconstexpr

Stadia button.

◆ kX

int wpi::NiDsStadiaController::Button::kX = 2
staticconstexpr

X button.

◆ kY

int wpi::NiDsStadiaController::Button::kY = 3
staticconstexpr

Y button.


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