linuxgurugamer / ksp-advanced-flybywire

Controller mod for Kerbal Space Program
MIT License
26 stars 11 forks source link

Add support for Custom Axis Groups #39

Closed Dessix closed 1 year ago

Dessix commented 2 years ago

This adds support for Custom Axis action groups.

It also allows the default axes to bind correctly to action groups in-game, which eliminates the need to use the keyboard as a workaround for such bind scenarios.

The implementation feeds the information forward through the FlightCtrlState, maintaining compatibility with any future changes of the base game that might rely on FlightCtrlState.custom_axes.

image