Pulling code out of the flare branch - this cleans up the button bindings to be more logical as well as making comments around what internal axis values/buttons booleans are being read from the controllers so we don't overload them in configureButtonBindings.
Making a note but - this is where you'd want to use a supplier so you can see your values are getting used downstream of the buttons all in one spot.
Pulling code out of the flare branch - this cleans up the button bindings to be more logical as well as making comments around what internal axis values/buttons booleans are being read from the controllers so we don't overload them in
configureButtonBindings
.Making a note but - this is where you'd want to use a supplier so you can see your values are getting used downstream of the buttons all in one spot.