diff options
author | Amos Kong <akong@redhat.com> | 2014-11-07 12:41:24 +0800 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-13 11:06:40 +0100 |
commit | 935fb9152208fd98d99ffb91e719606b0c8e76b5 (patch) | |
tree | 55ecdfa4ab1c1c18d5ea5050f57add0490908e45 /qapi-schema.json | |
parent | 558c2c8ddfb165a36eb95dc93125c04829d68aa7 (diff) |
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>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index 24379ab3af..7e7468f0de 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -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', |