ControllerButtonBinding

typealias ControllerButtonBinding = Pair<XboxController, ButtonBinding>

Type alias for a controller-button binding.

Represents a pairing of an XboxController and a ButtonBinding (button, press command, release command, hold command). Used internally by Bingu to track all configured bindings.