84 const Joystick* m_joystick =
nullptr;
Handle input from standard Joysticks connected to the Driver Station.
Definition Joystick.hpp:22
GenericHIDSim(const GenericHID &joystick)
Constructs from a GenericHID 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.
JoystickSim(const Joystick &joystick)
Constructs from a Joystick object.
void SetZ(double value)
Set the Z value of the joystick.
void SetThrottle(double value)
Set the throttle value of the joystick.
void SetTwist(double value)
Set the twist value of the joystick.
void SetY(double value)
Set the Y value of the joystick.
void SetTrigger(bool state)
Set the trigger value of the joystick.
Definition CTREPCMSim.hpp:13
Definition CvSource.hpp:15