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

Function inputdevice_get_device_unique_name

src/inputdevice.cpp:9118–9121  ·  view source on GitHub ↗

returns machine readable name of device */

Source from the content-addressed store, hash-verified

9116}
9117/* returns machine readable name of device */
9118const TCHAR *inputdevice_get_device_unique_name (int type, int devnum)
9119{
9120 return idev[type].get_uniquename (devnum);
9121}
9122/* returns state (enabled/disabled) */
9123int inputdevice_get_device_status (int devnum)
9124{

Callers 1

fixjportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected