FreeRDP
Loading...
Searching...
No Matches
xf_input.h
1
20#ifndef FREERDP_CLIENT_X11_INPUT_H
21#define FREERDP_CLIENT_X11_INPUT_H
22
23#include "xf_client.h"
24#include "xfreerdp.h"
25
26#ifdef WITH_XI
27#include <X11/extensions/XInput2.h>
28#endif
29
30int xf_input_init(xfContext* xfc, Window window);
31int xf_input_handle_event(xfContext* xfc, const XEvent* event);
32
33#endif /* FREERDP_CLIENT_X11_INPUT_H */