On Di, 2014-02-25 at 16:21 +0400, Eugene Shatokhin wrote: > Hi, > > On 07/03/2013 08:08 PM, Andreas Färber wrote: > > Am 03.07.2013 14:50, schrieb Eugene Shatokhin: > >> If absolute positions are used, 'mouse_button' command moved mouse > >> pointer to (0, 0) before generating a mouse button event. The event was > >> therefore generated at incorrect position. > >> > >> This problem is now fixed. > >> > >> Signed-off-by: Eugene Shatokhin <eugene.shatok...@rosalab.ru> > > > > This patch has been rejected before. I had suggested a different > > solution but that was not fully accepted either and I haven't respun yet: > > http://lists.nongnu.org/archive/html/qemu-devel/2013-06/msg02506.html > > > > Any news on this issue? I have just checked qemu 1.7.0 - the problem > still exists there.
I have an outstanding pull request for a input layer rewrite: http://www.kraxel.org/cgit/qemu/tag/?id=pull-input-2 Once it is merged it should be easy to fix as you can simply generate mouse button events without having to care about the position at all. cheers, Gerd