diff options
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 011fdb6bcd..f3e080fc13 100644 --- a/qapi-schema.json +++ b/qapi-schema.json @@ -3753,12 +3753,9 @@ # Position axis 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' : 'InputAxis', - 'data' : [ 'X', 'Y' ] } + 'data' : [ 'x', 'y' ] } ## # @InputKeyEvent |