autexousious
autexousious copied to clipboard
Replace `ControllerInput` actions and axes fields with map
In GitLab by @azriel91 on Sep 13, 2018, 14:51
Instead of having a field per control action, we should just use a HashMap<ControlAction, bool>. That way when we add/remove buttons, it automatically gets added.
Ditto for Axis.