From 151ee69847c706e2b9d38c82e20534910f140b55 Mon Sep 17 00:00:00 2001 From: Povilas Kanapickas Date: Mon, 17 May 2021 15:01:29 +0300 Subject: [PATCH] xinput: Add XI v2.4 XInput 2.4 introduces touchpad gesture support which includes 6 new events: Gesture{Pinch,Swipe}{Begin,Update,End}. --- src/xinput.xml | 94 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 88 insertions(+), 6 deletions(-) diff --git a/src/xinput.xml b/src/xinput.xml index 3610645..7f4074e 100644 --- a/src/xinput.xml +++ b/src/xinput.xml @@ -33,7 +33,7 @@ authorization from the authors. --> + major-version="2" minor-version="4"> xfixes xproto @@ -1601,6 +1601,7 @@ authorization from the authors. 2 3 8 + 9 @@ -1674,6 +1675,14 @@ authorization from the authors. + + + + + + + + @@ -1752,6 +1761,11 @@ authorization from the authors. + + Gesture + + + @@ -1872,11 +1886,13 @@ authorization from the authors. - 0 - 1 - 2 - 3 - 4 + 0 + 1 + 2 + 3 + 4 + 5 + 6 @@ -2610,6 +2626,72 @@ authorization from the authors. + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +