qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse


From: Paolo Bonzini
Subject: [Qemu-devel] [Bug 752476] Re: monitor command mouse_button 1 moves mouse
Date: Fri, 05 Apr 2013 11:43:27 -0000

I think the right fix would be to remember the last position in
ui/input.c, and use a new function kbd_mouse_button_event.  mouse_move,
followed by moving the mouse in the UI, followed by mouse_button 5
minutes later should not remember the position of the first mouse_move.

Also, mouse_move should call dpy_mouse_set.

-- 
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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/752476/+subscriptions



reply via email to

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