Little test that I made to figure out how use the Xinput extension of X11 with XCB.
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

522B

XCB-Xinput-test

Little test that I made to figure out how use the Xinput extension of X11 with XCB. It creates a white window to receive touch events. With a touchscreen, tap on that window. Works with multiple simultaneous touches. However it is an early experiment and therefore this program only detect the touches, and does nothing more. The numbers appearing in stdout are each's touch identifier.

To compile, just run make

Dependencies :

  • C99 + posix
  • libxcb
  • libxcb-xinput

Controls:

  • just screen touches