20#ifndef FREERDP_CLIENT_X11_INPUT_H
21#define FREERDP_CLIENT_X11_INPUT_H
27#include <X11/extensions/XInput2.h>
31int xf_input_init(xfContext* xfc, Window window);
34int xf_input_handle_event(xfContext* xfc,
const XEvent* event);
37bool xf_use_rel_mouse(xfContext* xfc);