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