Re: [Qemu-devel] [PATCH] Let mouse_button monitor command accept coordinates

2010-02-23 Thread Markus Armbruster
Aurelien Jarno writes: > On Wed, Dec 09, 2009 at 12:07:50PM +0100, Soren Hansen wrote: >> The mouse_button monitor command currently results in a call like this: >> >> kbd_mouse_event(0, 0, 0, mouse_button_status); >> >> For a pointer in relative mode, this means a button gets pressed (or

Re: [Qemu-devel] [PATCH] Let mouse_button monitor command accept coordinates

2010-02-23 Thread Aurelien Jarno
On Wed, Dec 09, 2009 at 12:07:50PM +0100, Soren Hansen wrote: > The mouse_button monitor command currently results in a call like this: > > kbd_mouse_event(0, 0, 0, mouse_button_status); > > For a pointer in relative mode, this means a button gets pressed (or > or released) and nothing else.

[Qemu-devel] [PATCH] Let mouse_button monitor command accept coordinates

2009-12-09 Thread Soren Hansen
The mouse_button monitor command currently results in a call like this: kbd_mouse_event(0, 0, 0, mouse_button_status); For a pointer in relative mode, this means a button gets pressed (or or released) and nothing else. However, if the pointer currently being controlled is in absolute mode (s