Little test that I made to figure out how use the Xinput extension of X11 with XCB.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

před 1 rokem
před 1 rokem
před 1 rokem
před 1 rokem
123456789101112131415
  1. # XCB-Xinput-test
  2. Little test that I made to figure out how use the Xinput extension of X11 with XCB.
  3. 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.
  4. To compile, just run
  5. `make`
  6. Dependencies :
  7. * C99 + posix
  8. * libxcb
  9. * libxcb-xinput
  10. Controls:
  11. * just screen touches