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

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -