Hi everyone! In a couple of months, I'm going to be releasing my first game on Steam. I'm targeting Windows, Linux and SteamOS/Steam deck.
Currently, I'm trying to add localization support for Xbox and PS4 controllers so button prompts update properly. I think I have a gist of how to do so on Xbox and PS4 controllers connected to PC devices, but how would I do this for Steam deck? As in, how do I detect that the game is running on Steam deck? I believe it is some sort of Linux OS so it feels like there is going to be complications on detecting the correct device.
I also heard that the Steam deck uses a 1280x800 resolution, so does this mean I have to update my GUI so that it fits to this screen size?