mirror of https://github.com/xemu-project/xemu.git
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:
parent
7270819384
commit
6087783ea7
|
@ -62,8 +62,6 @@
|
||||||
'ImageInfoSpecificKind',
|
'ImageInfoSpecificKind',
|
||||||
'InputAxis',
|
'InputAxis',
|
||||||
'InputButton',
|
'InputButton',
|
||||||
'InputMultiTouchEvent',
|
|
||||||
'InputMultiTouchType',
|
|
||||||
'IscsiHeaderDigest',
|
'IscsiHeaderDigest',
|
||||||
'IscsiTransport',
|
'IscsiTransport',
|
||||||
'JSONType',
|
'JSONType',
|
||||||
|
|
12
qapi/ui.json
12
qapi/ui.json
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue