wpilib.buttons Package

Classes in this package are used to interface various types of buttons to a command-based robot.

If you are not using the Command framework, you can ignore these classes.

wpilib.buttons.Button([addLiveWindow]) This class provides an easy way to link commands to OI inputs.
wpilib.buttons.InternalButton([…]) This class is intended to be used within a program.
wpilib.buttons.JoystickButton(…) A button.Button that gets its state from a GenericHID.
wpilib.buttons.NetworkButton(…) A button.Button that uses a NetworkTable boolean field.
wpilib.buttons.Trigger([addLiveWindow]) This class provides an easy way to link commands to inputs.