Class JoystickButton

java.lang.Object
org.wpilib.commands3.Trigger
org.wpilib.commands3.button.JoystickButton
All Implemented Interfaces:
BooleanSupplier

public class JoystickButton extends Trigger
A Trigger that gets its state from a GenericHID.
  • Constructor Details

    • JoystickButton

      public JoystickButton(GenericHID joystick, int buttonNumber)
      Creates 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(int)