* [PATCH] qapi: document InputMultiTouchType
@ 2024-03-25 9:56 marcandre.lureau
2024-03-25 10:06 ` Markus Armbruster
2024-03-25 15:46 ` Markus Armbruster
0 siblings, 2 replies; 3+ messages in thread
From: marcandre.lureau @ 2024-03-25 9:56 UTC (permalink / raw)
To: qemu-devel; +Cc: armbru, Marc-André Lureau, Gerd Hoffmann, Eric Blake
From: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
---
qapi/ui.json | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/qapi/ui.json b/qapi/ui.json
index 5744c24e3c..53d9143054 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
--
2.44.0
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH] qapi: document InputMultiTouchType
2024-03-25 9:56 [PATCH] qapi: document InputMultiTouchType marcandre.lureau
@ 2024-03-25 10:06 ` Markus Armbruster
2024-03-25 15:46 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-03-25 10:06 UTC (permalink / raw)
To: marcandre.lureau; +Cc: qemu-devel, armbru, Gerd Hoffmann, Eric Blake
marcandre.lureau@redhat.com writes:
> From: Marc-André Lureau <marcandre.lureau@redhat.com>
>
> Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Queued, thanks!
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] qapi: document InputMultiTouchType
2024-03-25 9:56 [PATCH] qapi: document InputMultiTouchType marcandre.lureau
2024-03-25 10:06 ` Markus Armbruster
@ 2024-03-25 15:46 ` Markus Armbruster
1 sibling, 0 replies; 3+ messages in thread
From: Markus Armbruster @ 2024-03-25 15:46 UTC (permalink / raw)
To: marcandre.lureau; +Cc: qemu-devel, Gerd Hoffmann, Eric Blake
Squashing in
diff --git a/qapi/pragma.json b/qapi/pragma.json
index 6929ab776e..92715d22b3 100644
--- a/qapi/pragma.json
+++ b/qapi/pragma.json
@@ -62,8 +62,6 @@
'ImageInfoSpecificKind',
'InputAxis',
'InputButton',
- 'InputMultiTouchEvent',
- 'InputMultiTouchType',
'IscsiHeaderDigest',
'IscsiTransport',
'JSONType',
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-03-25 15:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-25 9:56 [PATCH] qapi: document InputMultiTouchType marcandre.lureau
2024-03-25 10:06 ` Markus Armbruster
2024-03-25 15:46 ` Markus Armbruster
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).