| 5897 | } |
| 5898 | |
| 5899 | int send_input_event (int nr, int state, int max, int autofire) |
| 5900 | { |
| 5901 | check_enable(nr); |
| 5902 | return handle_input_event(nr, state, max, autofire ? HANDLE_IE_FLAG_AUTOFIRE : 0); |
| 5903 | } |
| 5904 | |
| 5905 | static void inputdevice_checkconfig (void) |
| 5906 | { |
nothing calls this directly
no test coverage detected