From 1b40cc4ff63ebbf0a4b17507762b17fa1e91bea9 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 29 Aug 2011 09:20:32 +1000 Subject: specs: extend XI2.1 raw events to include touch events RawEvents are simple enough that we can re-use the detail field for the touch ID tracking and just update the respective event types. Signed-off-by: Peter Hutterer Reviewed-by: Chase Douglas Signed-off-by: Chase Douglas --- specs/XI2proto.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'specs') diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 7c5011c..e95a429 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1819,6 +1819,9 @@ Version 2.1: - TouchUpdate - TouchOwnership - TouchEnd + - RawTouchBegin + - RawTouchUpdate + - RawTouchEnd All events have a set of common fields specified as EVENTHEADER. @@ -2107,7 +2110,7 @@ that grabbed the device only. eventtype The type of event that occured on the device. detail - The button number or keycode. + The button number, keycode or touch ID*. flags Flags as described in DeviceEvent. valuators_len @@ -2119,6 +2122,8 @@ that grabbed the device only. axisvalues_raw Untransformed valuator data in device-native resolution. +* since XI 2.1 + [[events-enterleave]] ┌─── Enter or Leave or FocusIn or FocusOut -- cgit v1.2.1