WPILibC++ 2024.1.1-beta-4
frc::PS4Controller::Button Struct Reference

#include <frc/PS4Controller.h>

Static Public Attributes

static constexpr int kSquare = 1
 
static constexpr int kCross = 2
 
static constexpr int kCircle = 3
 
static constexpr int kTriangle = 4
 
static constexpr int kL1 = 5
 
static constexpr int kR1 = 6
 
static constexpr int kL2 = 7
 
static constexpr int kR2 = 8
 
static constexpr int kShare = 9
 
static constexpr int kOptions = 10
 
static constexpr int kL3 = 11
 
static constexpr int kR3 = 12
 
static constexpr int kPS = 13
 
static constexpr int kTouchpad = 14
 

Member Data Documentation

◆ kCircle

constexpr int frc::PS4Controller::Button::kCircle = 3
staticconstexpr

◆ kCross

constexpr int frc::PS4Controller::Button::kCross = 2
staticconstexpr

◆ kL1

constexpr int frc::PS4Controller::Button::kL1 = 5
staticconstexpr

◆ kL2

constexpr int frc::PS4Controller::Button::kL2 = 7
staticconstexpr

◆ kL3

constexpr int frc::PS4Controller::Button::kL3 = 11
staticconstexpr

◆ kOptions

constexpr int frc::PS4Controller::Button::kOptions = 10
staticconstexpr

◆ kPS

constexpr int frc::PS4Controller::Button::kPS = 13
staticconstexpr

◆ kR1

constexpr int frc::PS4Controller::Button::kR1 = 6
staticconstexpr

◆ kR2

constexpr int frc::PS4Controller::Button::kR2 = 8
staticconstexpr

◆ kR3

constexpr int frc::PS4Controller::Button::kR3 = 12
staticconstexpr

◆ kShare

constexpr int frc::PS4Controller::Button::kShare = 9
staticconstexpr

◆ kSquare

constexpr int frc::PS4Controller::Button::kSquare = 1
staticconstexpr

◆ kTouchpad

constexpr int frc::PS4Controller::Button::kTouchpad = 14
staticconstexpr

◆ kTriangle

constexpr int frc::PS4Controller::Button::kTriangle = 4
staticconstexpr

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