So I am adding rebindable controls to my game so I detect input with keycodes/gamepad button codes in a dictionary. It looks like this:
That's all great, but the control stick has input detected with a different function. I want people to be able to bind anything to anything, how can I let it look for the control stick efficiently?