mirror of
https://gitlab.freedesktop.org/xorg/proto/xorgproto.git
synced 2026-05-07 14:18:16 +02:00
DeviceEvent: active_touches needs marker that it's XI 2.1
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Chase Douglas <chase.douglas@canonical.com> Signed-off-by: Chase Douglas <chase.douglas@canonical.com>
This commit is contained in:
parent
f469fa99ae
commit
b025106fe8
1 changed files with 3 additions and 1 deletions
|
|
@ -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) }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue