| 9833 | } |
| 9834 | |
| 9835 | int 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 | |
| 9845 | int inputdevice_testread (int *devnum, int *wtype, int *state, bool doread) |
| 9846 | { |
nothing calls this directly
no test coverage detected