Does GetRawInputDeviceInfo nicename exist in C Programming?
Hi! I am carrying out my design work using C programming language. I have come across several functions that I can use in achieving some particular goals. For example, I am able to use GetRawInputDeviceList() to get a list of all input devices. However, I have tried to use GetRawInputDeviceInfo nicename but I get an error saying that the function does not exist. How do I go about it to get the input device info containing the names of the devices?