84 const Joystick* m_joystick =
nullptr;
Handle input from standard Joysticks connected to the Driver Station.
Definition: Joystick.h:23
Class to control a simulated generic joystick.
Definition: GenericHIDSim.h:20
Class to control a simulated joystick.
Definition: JoystickSim.h:18
void SetZ(double value)
Set the Z value of the joystick.
void SetY(double value)
Set the Y value of the joystick.
JoystickSim(const Joystick &joystick)
Constructs from a Joystick object.
void SetX(double value)
Set the X value of the joystick.
void SetTop(bool state)
Set the top state of the joystick.
JoystickSim(int port)
Constructs from a joystick port number.
void SetTwist(double value)
Set the twist value of the joystick.
void SetThrottle(double value)
Set the throttle value of the joystick.
void SetTrigger(bool state)
Set the trigger value of the joystick.
Definition: AprilTagPoseEstimator.h:15