Show Console Controls

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)

Hello!

In the image below you see all console buttons with the associated Enum.KeyCodes.

2d9e41fd9c526aa0141b48e9bba8085d0b18d652|690x337

Im sorry If I misworded it, but I would like to know how to get an image corresponding to the button (and controller type)

Owh sorry, I’m not so awake anymore.

I’m not quite sure if you can check that. Maybe xbox has a button ps doesn’t have. I’m not quite home with consoles.

I’m yet not sure how you would go about detecting that.

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…