From 2a9fe72a482f300091081c057f7b9d128bfe5bc0 Mon Sep 17 00:00:00 2001 From: fraawlen Date: Mon, 27 Mar 2023 21:38:56 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4942227..df9a967 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # 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 number appearing in stdout are the each's touch identifier. +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`