aboutsummaryrefslogtreecommitdiff
path: root/qapi
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2024-03-25 13:56:48 +0400
committerMarkus Armbruster <armbru@redhat.com>2024-03-26 06:36:08 +0100
commit6087783ea75030fe70f1b369cfd9d3c25bc2dadf (patch)
tree1eee5272d4b79fc59d0c00067842fb150286aa56 /qapi
parent7270819384cabf6c501ef34217eb56a1b14696e3 (diff)
downloadqemu-6087783ea75030fe70f1b369cfd9d3c25bc2dadf.zip
qemu-6087783ea75030fe70f1b369cfd9d3c25bc2dadf.tar.gz
qemu-6087783ea75030fe70f1b369cfd9d3c25bc2dadf.tar.bz2
qapi: document InputMultiTouchType
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-ID: <20240325095648.2835381-1-marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Update qapi/pragma.json] Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'qapi')
-rw-r--r--qapi/pragma.json2
-rw-r--r--qapi/ui.json12
2 files changed, 12 insertions, 2 deletions
diff --git a/qapi/pragma.json b/qapi/pragma.json
index 6929ab7..92715d2 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -62,8 +62,6 @@
'ImageInfoSpecificKind',
'InputAxis',
'InputButton',
- 'InputMultiTouchEvent',
- 'InputMultiTouchType',
'IscsiHeaderDigest',
'IscsiTransport',
'JSONType',
diff --git a/qapi/ui.json b/qapi/ui.json
index 9721c1e..f610bce 100644
--- a/qapi/ui.json
+++ b/qapi/ui.json
@@ -1080,6 +1080,16 @@
#
# Type of a multi-touch event.
#
+# @begin: A new touch event sequence has just started.
+#
+# @update: A touch event sequence has been updated.
+#
+# @end: A touch event sequence has finished.
+#
+# @cancel: A touch event sequence has been canceled.
+#
+# @data: Absolute position data.
+#
# Since: 8.1
##
{ 'enum' : 'InputMultiTouchType',
@@ -1137,6 +1147,8 @@
#
# MultiTouch input event.
#
+# @type: The type of multi-touch event.
+#
# @slot: Which slot has generated the event.
#
# @tracking-id: ID to correlate this event with previously generated