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

Function getidf

src/inputdevice.cpp:381–387  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

379}
380
381static struct inputdevice_functions *getidf(int devnum)
382{
383 int type = gettype(devnum);
384 if (type < 0)
385 return NULL;
386 return &idev[type];
387}
388
389const struct inputevent *inputdevice_get_eventinfo(int evt)
390{

Calls 1

gettypeFunction · 0.85

Tested by

no test coverage detected