So I've gotten some posts on the steam community page from people not wanting to purchase my game without the option to remap the controls to their own liking. While I know at least 1 very tedious and code heavy way of doing it. I'm wondering if anyone's dealt with this before, and if it's possible to just check if the button pressed on both gamepad and keyboard equals a signature the event is looking for? Currently I can only find "on that specific key" or "any" key pressed. This forces me to make several events for the same action.
Thanks