Little test that I made to figure out how use the Xinput extension of X11 with XCB.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
fraawlen 256a56f28c fixed input duplication il y a 1 an
LICENSE Initial commit il y a 1 an
README.md Update 'README.md' il y a 1 an
makefile Upload files to '' il y a 1 an
test.c fixed input duplication il y a 1 an

README.md

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