MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / inputdevice_get_device_name

Function inputdevice_get_device_name

src/inputdevice.cpp:9108–9111  ·  view source on GitHub ↗

returns the name of device */

Source from the content-addressed store, hash-verified

9106}
9107/* returns the name of device */
9108const TCHAR *inputdevice_get_device_name (int type, int devnum)
9109{
9110 return idev[type].get_friendlyname (devnum);
9111}
9112/* returns the name of device */
9113const TCHAR *inputdevice_get_device_name2 (int devnum)
9114{

Callers 2

fixjportFunction · 0.85
poll_input_devicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected