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

Function inputdevice_testread_count

src/inputdevice.cpp:9835–9843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9833}
9834
9835int inputdevice_testread_count (void)
9836{
9837 inputdevice_read();
9838 if (testmode != 1) {
9839 testmode = 0;
9840 return -1;
9841 }
9842 return testmode_count;
9843}
9844
9845int inputdevice_testread (int *devnum, int *wtype, int *state, bool doread)
9846{

Callers

nothing calls this directly

Calls 1

inputdevice_readFunction · 0.85

Tested by

no test coverage detected