diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt index 2f0c937..5bff92e 100644 --- a/specs/XI2proto.txt +++ b/specs/XI2proto.txt @@ -1944,9 +1944,11 @@ For a detailed description of classes, see the XQueryDevice request. buttons: SETofBUTTONMASK valuators: SETofVALUATORMASK axisvalues: LISTofFP3232 - active_touches: CARD32 + active_touches*: CARD32 └─── + * since XI 2.1 + BUTTONBIT { (1 << Button1), (1 << Button2), ... , (1 << ButtonN) } VALUATORBIT { (1 << 1), ( 1 << 2), ... ( 1 << n) }