How to get Game Controller name (Windows 10 / C++) -


i've seen lots of info on how read game controller input using xinput want know name of controller connected.

game controller

how can find out name of connected controllers on pc or more name of controller reading xinput from?

you can calling joygetdevcaps function returns joycaps structure containing information (including name) of connected controller.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -