Little test that I made to figure out how use the Xinput extension of X11 with XCB.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fraawlen 256a56f28c fixed input duplication 1 년 전
LICENSE Initial commit 1 년 전
README.md Update 'README.md' 1 년 전
makefile Upload files to '' 1 년 전
test.c fixed input duplication 1 년 전

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