Im adding controller support for my Game and I am wondering how i can get what type of controller the user is using (xbox or ps) or just straight up get an image for that corresponding button. I saw that in multiple games with controller support they use the same images for the buttons, so is there some kind of built in function for it that I couldn’t find or did they just copy each other?
Im sorry If I misworded it, but I would like to know how to get an image corresponding to the button (and controller type)
From reading some posts I see that there is no way to. Now again, maybe those consoles have different buttons and you could listen for them being pressed and then know which console they are using, but that’s not optimal. More of a Wallmart solution…