Hi, I'm trying to do a simple class to read
SDL's database of controllers (the txt file). The problem is that SDL uses GUID of devices and I can't get that information with sf::Joystick since SFML works with vendorID and ProductID. I've tried also comparing the names of the joysticks but sometimes they are slightly different, for example SFML writes "Logitech Dual Action" while SDL writes "Logitech Dual Action USB".
Is there a way to read GUID from SFML or maybe somehow converting GUID to VendorID and ProductID? Is that info in there?
I'll share the results with the community once it's done (if it can be done)