projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
558c2c8
)
QMP/input-send-event: update document of union InputEvent
author
Amos Kong
<akong@redhat.com>
Fri, 7 Nov 2014 04:41:24 +0000
(12:41 +0800)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Thu, 13 Nov 2014 10:06:40 +0000
(11:06 +0100)
Signed-off-by: Amos Kong <akong@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
qapi-schema.json
patch
|
blob
|
history
diff --git
a/qapi-schema.json
b/qapi-schema.json
index 24379ab3af8e363a9f84b4771b505a860d476a08..7e7468f0de9425b0192793533157b02cd5d56871 100644
(file)
--- 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',