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

Represents an axis on an NiDsStadiaController. More...

#include <wpi/driverstation/NiDsStadiaController.hpp>

Static Public Attributes

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

Detailed Description

Represents an axis on an NiDsStadiaController.

Member Data Documentation

◆ kLeftX

int wpi::NiDsStadiaController::Axis::kLeftX = 0
staticconstexpr

Left X axis.

◆ kLeftY

int wpi::NiDsStadiaController::Axis::kLeftY = 1
staticconstexpr

Left Y axis.

◆ kRightX

int wpi::NiDsStadiaController::Axis::kRightX = 3
staticconstexpr

Right X axis.

◆ kRightY

int wpi::NiDsStadiaController::Axis::kRightY = 4
staticconstexpr

Right Y axis.


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