From 935fb9152208fd98d99ffb91e719606b0c8e76b5 Mon Sep 17 00:00:00 2001 From: Amos Kong Date: Fri, 7 Nov 2014 12:41:24 +0800 Subject: [PATCH] QMP/input-send-event: update document of union InputEvent Signed-off-by: Amos Kong Reviewed-by: Eric Blake Signed-off-by: Gerd Hoffmann --- qapi-schema.json | 5 +++++ 1 file changed, 5 insertions(+) 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', -- 2.11.4.GIT