Convert from Xlib to xcb
问题 I am currently porting one of my applications from Xlib to libxcb and I am having a bit trouble finding informations on the XInput2 extension I use at some point. Is there an XInput2 implementation in libxcb? If yes, where can I find the documentation. Currently I am having trouble for example with this functions: XIQueryDevice , XISelectEvents . These are mainly the functions I use. Maybe someone can point out the documentation for me or provide me a very small example to get started. 回答1: