ControllerButtonBinding

typealias ControllerButtonBinding = Triple<XboxController, Button, () -> Command>

Type alias for a Triple consisting of an XboxController, a Button, and a command supplier function.