| 9810 | } |
| 9811 | |
| 9812 | void inputdevice_testrecord(int type, int num, int wtype, int wnum, int state, int max) |
| 9813 | { |
| 9814 | //write_log (_T("%d %d %d %d %d/%d\n"), type, num, wtype, wnum, state, max); |
| 9815 | if (testmode) { |
| 9816 | inputdevice_testrecord_test(type, num, wtype, wnum, state, max); |
| 9817 | } else if (key_specialpressed()) { |
| 9818 | inputdevice_testrecord_info(type, num, wtype, wnum, state, max); |
| 9819 | } |
| 9820 | } |
| 9821 | |
| 9822 | int inputdevice_istest (void) |
| 9823 | { |
no test coverage detected