문제

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