Handle input from NiDsXbox controllers connected to the Driver Station.
Definition NiDsXboxController.hpp:30
GenericHIDSim(const GenericHID &joystick)
Constructs from a GenericHID object.
NiDsXboxControllerSim(int port)
Constructs from a joystick port number.
void SetLeftX(double value)
Change the left X value of the controller's joystick.
void SetRightStickButton(bool value)
Change the value of the right stick button on the controller.
void SetRightBumperButton(bool value)
Change the value of the right bumper button on the controller.
void SetBButton(bool value)
Change the value of the B button on the controller.
void SetXButton(bool value)
Change the value of the X button on the controller.
void SetStartButton(bool value)
Change the value of the start button on the controller.
void SetRightX(double value)
Change the right X value of the controller's joystick.
void SetLeftTriggerAxis(double value)
Change the value of the left trigger axis on the controller.
void SetLeftY(double value)
Change the left Y value of the controller's joystick.
void SetBackButton(bool value)
Change the value of the back button on the controller.
void SetRightY(double value)
Change the right Y value of the controller's joystick.
NiDsXboxControllerSim(const NiDsXboxController &joystick)
Constructs from a NiDsXboxController object.
void SetLeftBumperButton(bool value)
Change the value of the left bumper button on the controller.
void SetYButton(bool value)
Change the value of the Y button on the controller.
void SetLeftStickButton(bool value)
Change the value of the left stick button on the controller.
void SetRightTriggerAxis(double value)
Change the value of the right trigger axis on the controller.
void SetAButton(bool value)
Change the value of the A button on the controller.
Definition CTREPCMSim.hpp:13
Definition CvSource.hpp:15