31 :
Button([joystick, angle, povNumber] {
32 return joystick->
GetPOV(povNumber) == angle;
34 WPI_UNIGNORE_DEPRECATED
Handle input from standard HID devices connected to the Driver Station.
Definition: GenericHID.h:24
int GetPOV(int pov=0) const
Get the angle in degrees of a POV on the HID.
Definition: InstantCommand.h:14