QMP/input-send-event: update document of union InputEvent
Signed-off-by: Amos Kong <akong@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
558c2c8ddf
commit
935fb91522
@ -3231,6 +3231,11 @@
|
||||
#
|
||||
# Input event union.
|
||||
#
|
||||
# @key: Input event of Keyboard
|
||||
# @btn: Input event of pointer buttons
|
||||
# @rel: Input event of relative pointer motion
|
||||
# @abs: Input event of absolute pointer motion
|
||||
#
|
||||
# Since: 2.0
|
||||
##
|
||||
{ 'union' : 'InputEvent',
|
||||
|
Loading…
Reference in New Issue
Block a user