Little test that I made to figure out how use the Xinput extension of X11 with XCB.
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

1 yıl önce
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