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

Represents an axis on a StadiaController. More...

#include <frc/StadiaController.h>

Static Public Attributes

static constexpr int kLeftX = 0
 Left X axis. More...
 
static constexpr int kRightX = 4
 Right X axis. More...
 
static constexpr int kLeftY = 1
 Left Y axis. More...
 
static constexpr int kRightY = 5
 Right Y axis. More...
 

Detailed Description

Represents an axis on a StadiaController.

Member Data Documentation

◆ kLeftX

constexpr int frc::StadiaController::Axis::kLeftX = 0
staticconstexpr

Left X axis.

◆ kLeftY

constexpr int frc::StadiaController::Axis::kLeftY = 1
staticconstexpr

Left Y axis.

◆ kRightX

constexpr int frc::StadiaController::Axis::kRightX = 4
staticconstexpr

Right X axis.

◆ kRightY

constexpr int frc::StadiaController::Axis::kRightY = 5
staticconstexpr

Right Y axis.


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