qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] add input-send-event command


From: Gerd Hoffmann
Subject: Re: [Qemu-devel] [PATCH] add input-send-event command
Date: Tue, 17 Jun 2014 11:02:15 +0200

On Mo, 2014-06-16 at 20:15 -0300, Marcelo Tosatti wrote:
> Which allows specification of absolute/relative, 
> up/down and console parameters.

Looks good overall, only minor nits.  Will wait for acks from qmp guys
before picking into input branch.

> Suggested by Gerd Hoffman.

Huh?  Signed-off missing ...

> +Press left mouse button.
> +
> +-> { "execute": "input-send-event",
> +    "arguments": { "console": 0,
> +                   "events": [ { "type": "btn",
> +                    "data" : { "down": true, "button": "Left" } },
> +                    { "type": "btn",
> +                      "data" : { "down": false, "button": "Left" } } ] } }
> +<- { "return": {} }

Bad example.  Down + up should go as separate commands (so you have a
sync inbetween), otherwise it might happen that the guest doesn't see
the button event at all.

cheers,
  Gerd





reply via email to

[Prev in Thread] Current Thread [Next in Thread]