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

Function inputdevice_get_device_name2

src/inputdevice.cpp:9113–9116  ·  view source on GitHub ↗

returns the name of device */

Source from the content-addressed store, hash-verified

9111}
9112/* returns the name of device */
9113const 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 */
9118const TCHAR *inputdevice_get_device_unique_name (int type, int devnum)
9119{

Callers

nothing calls this directly

Calls 2

getidfFunction · 0.85

Tested by

no test coverage detected