diff --git a/src/protos_windriver.h b/src/protos_windriver.h index d6f42fe..3fad877 100644 --- a/src/protos_windriver.h +++ b/src/protos_windriver.h @@ -16,6 +16,7 @@ void win_event_key(HWND hwnd, UINT raw_vk, BOOL down, int repeat, UINT flags); void win_event_quit(HWND hwnd); void win_event_redraw(void); LRESULT CALLBACK win_event_handler(HWND hwnd, UINT umsg, WPARAM wParam, LPARAM lParam); +LRESULT CALLBACK win_ll_keyboard(int nCode, WPARAM wParam, LPARAM lParam); void inspect_file(LPTSTR lpstrFile); int main(int argc, char **argv); void check_input_events(void);