From 3f8cce8286dc98ea1735c689fc8fb509cd475a4b Mon Sep 17 00:00:00 2001 From: Dagen Brock Date: Thu, 28 Mar 2019 12:45:27 -0500 Subject: [PATCH] add definition --- src/protos_windriver.h | 1 + 1 file changed, 1 insertion(+) 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);