The docs talk about a file called input.h that doesn't seem to appear in any of the packages, at least according to:

apt-file search /usr/include/xcb/xinput.h

I need that because I was trying to use the function xcb_input_open_device.

What am I doing wrong?

有帮助吗?

解决方案

It seems that XInput Extension is disabled by default because it's not yet stable enough; hence not packaged in Debian.

In the configure script:

--enable-xinput         Build XCB XInput Extension (default: "no")
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top