Bingu

public class Bingu extends SubsystemBase

Bingu is a utility object for binding Xbox controller buttons to commands.

Properties

Link copied to clipboard
public final static Bingu INSTANCE

Functions

Link copied to clipboard
public final static Pair<Button, Function0<Command>> bind(Button button, Function0<Command> commandSupplier)

Creates a pair of a Button and a command supplier function.

Link copied to clipboard
public final static Unit bindings(XboxController $self, Pair<Button, Function0<Command>> pair)

Extension function for XboxController to bind multiple button-command pairs.

Link copied to clipboard
public Unit periodic()

Periodically checks the state of each button and schedules the corresponding command if the button is pressed.