diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-01-12 12:14:12 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-01 08:19:07 +0100 |
commit | f22d0af076b159426c50a7a76ce2a42b8de95b52 (patch) | |
tree | 2efcba028adb92ddb0f6a6f86796978f23e14815 /qapi-schema.json | |
parent | b98d26e33327cf3009be5ead5d6dc8bc0c65dea8 (diff) | |
download | qemu-f22d0af076b159426c50a7a76ce2a42b8de95b52.zip |
qapi: rename input buttons
All lowercase, use-dash instead of CamelCase.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'qapi-schema.json')
-rw-r--r-- | qapi-schema.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/qapi-schema.json b/qapi-schema.json index b6322398c6..011fdb6bcd 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3743,12 +3743,9 @@ # Button of a pointer input device (mouse, tablet). # # Since: 2.0 -# -# Note that the spelling of these values may change when the -# x-input-send-event is promoted out of experimental status. ## { 'enum' : 'InputButton', - 'data' : [ 'Left', 'Middle', 'Right', 'WheelUp', 'WheelDown' ] } + 'data' : [ 'left', 'middle', 'right', 'wheel-up', 'wheel-down' ] } ## # @InputAxis |