returns the name of device */
| 9111 | } |
| 9112 | /* returns the name of device */ |
| 9113 | const TCHAR *inputdevice_get_device_name2 (int devnum) |
| 9114 | { |
| 9115 | return getidf (devnum)->get_friendlyname (inputdevice_get_device_index (devnum)); |
| 9116 | } |
| 9117 | /* returns machine readable name of device */ |
| 9118 | const TCHAR *inputdevice_get_device_unique_name (int type, int devnum) |
| 9119 | { |
nothing calls this directly
no test coverage detected