Is your feature request related to a problem? Please describe.
Right now, if the gamepad is not "standard", the developers have to create their own mapping functionality manually, which is not ideal.
Describe the solution you'd like
Provide developers with an internal functionality to remap buttons/axes.
Describe alternatives you've considered
Create a mapping array/object, and allow developers to set it up. They will still have to figure out a way to display to the user the mapping selection. But once it's done, passing the new mapping array/object should internally fix the mapping.
Is your feature request related to a problem? Please describe.
Right now, if the gamepad is not "standard", the developers have to create their own mapping functionality manually, which is not ideal.
Describe the solution you'd like
Provide developers with an internal functionality to remap buttons/axes.
Describe alternatives you've considered
Create a mapping array/object, and allow developers to set it up. They will still have to figure out a way to display to the user the mapping selection. But once it's done, passing the new mapping array/object should internally fix the mapping.