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

Function inputdevice_get_eventname

src/inputdevice.cpp:9157–9163  ·  view source on GitHub ↗

return name of event, do not use ie->name directly

Source from the content-addressed store, hash-verified

9155
9156// return name of event, do not use ie->name directly
9157bool inputdevice_get_eventname (const struct inputevent *ie, TCHAR *out)
9158{
9159 if (!out)
9160 return false;
9161 _tcscpy (out, ie->name);
9162 return true;
9163}
9164
9165int inputdevice_iterate (int devnum, int num, TCHAR *name, int *af)
9166{

Callers 4

inputdevice_iterateFunction · 0.85
inputdevice_get_mappingFunction · 0.85
inputdevice_set_mappingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected