autexousious icon indicating copy to clipboard operation
autexousious copied to clipboard

Replace `ControllerInput` actions and axes fields with map

Open azriel91 opened this issue 6 years ago • 0 comments

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.

azriel91 avatar Mar 12 '20 10:03 azriel91