JoystickButton¶
Bases:
wpilib.buttons.ButtonCreate a joystick button for triggering commands.
Parameters: - joystick – The GenericHID object that has the button (e.g.
Joystick,KinectStick, etc) - buttonNumber – The button number
(see
GenericHID.getRawButton())
Gets the value of the joystick button.
Returns: The value of the joystick button
- joystick – The GenericHID object that has the button (e.g.