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>
This commit is contained in:
Marc-André Lureau 2024-03-25 13:56:48 +04:00 committed by Markus Armbruster
parent 7270819384
commit 6087783ea7
2 changed files with 12 additions and 2 deletions

View File

@ -62,8 +62,6 @@
'ImageInfoSpecificKind', 'ImageInfoSpecificKind',
'InputAxis', 'InputAxis',
'InputButton', 'InputButton',
'InputMultiTouchEvent',
'InputMultiTouchType',
'IscsiHeaderDigest', 'IscsiHeaderDigest',
'IscsiTransport', 'IscsiTransport',
'JSONType', 'JSONType',

View File

@ -1080,6 +1080,16 @@
# #
# Type of a multi-touch event. # 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 # Since: 8.1
## ##
{ 'enum' : 'InputMultiTouchType', { 'enum' : 'InputMultiTouchType',
@ -1137,6 +1147,8 @@
# #
# MultiTouch input event. # MultiTouch input event.
# #
# @type: The type of multi-touch event.
#
# @slot: Which slot has generated the event. # @slot: Which slot has generated the event.
# #
# @tracking-id: ID to correlate this event with previously generated # @tracking-id: ID to correlate this event with previously generated