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

Function inputdevice_get_device_total

src/inputdevice.cpp:9103–9106  ·  view source on GitHub ↗

returns number of devices of type "type" */

Source from the content-addressed store, hash-verified

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

Callers 6

inputdevice_devicechangeFunction · 0.85
jsem_isjoyFunction · 0.85
jsem_ismouseFunction · 0.85
fixjportFunction · 0.85
poll_input_devicesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected