22#ifndef FREERDP_CLIENT_WIN_EVENT_H
23#define FREERDP_CLIENT_WIN_EVENT_H
26#include <freerdp/log.h>
28LRESULT CALLBACK wf_ll_kbd_proc(
int nCode, WPARAM wParam, LPARAM lParam);
29LRESULT CALLBACK wf_event_proc(HWND hWnd, UINT Msg, WPARAM wParam, LPARAM lParam);
31void 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(...) \