Hi. Thanks for reporting this issue. I'm able to (partly) reproduce this, but it might help if I could understand your configuration a bit more.
Does mouse movement work for you using the normal interface (SDL or VNC)? Do you have the pointer device configured in an absolute mode (e.g. something like a USB tablet device)? -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/752476 Title: monitor command mouse_button 1 moves mouse Status in QEMU: New Bug description: via the qemu -monitor interface, it is possible to move and click the mouse using mouse_move 20000 10000 mouse_button 1 but the mouse_button command always moves the mouse to (0,0) making it rather unusable to (auto-)trigger any widgets in the VM from the outside. Would be nice to have this available for my qemu/kvm based os-autoinst testing framework.