22 #ifndef FREERDP_CLIENT_WIN_EVENT_H
23 #define FREERDP_CLIENT_WIN_EVENT_H
25 #include "wf_client.h"
26 #include <freerdp/log.h>
28 LRESULT CALLBACK wf_ll_kbd_proc(
int nCode, WPARAM wParam, LPARAM lParam);
29 LRESULT CALLBACK wf_event_proc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
31 void wf_event_focus_in(wfContext* wfc);
33 #define KBD_TAG CLIENT_TAG("windows")
35 #define DEBUG_KBD(...) WLog_DBG(KBD_TAG, __VA_ARGS__)
37 #define DEBUG_KBD(...) \