From 584c1df9d8072ca35027eaf6f0a38ce639223dad Mon Sep 17 00:00:00 2001 From: fraawlen Date: Mon, 27 Mar 2023 21:38:16 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d82826..4942227 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,15 @@ # XCB-Xinput-test -Little test that I made to figure out how use the Xinput extension of X11 with XCB. +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 number appearing in stdout are the each's touch identifier. + +To compile, just run +`make` + +Dependencies : +* C99 + posix +* libxcb +* libxcb-xinput + +Controls: +* just screen touches \ No newline at end of file