returns number of devices of type "type" */
| 9101 | |
| 9102 | /* returns number of devices of type "type" */ |
| 9103 | int inputdevice_get_device_total (int type) |
| 9104 | { |
| 9105 | return idev[type].get_num (); |
| 9106 | } |
| 9107 | /* returns the name of device */ |
| 9108 | const TCHAR *inputdevice_get_device_name (int type, int devnum) |
| 9109 | { |
no outgoing calls
no test coverage detected