You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
.The text was updated successfully, but these errors were encountered: