Re: [Qemu-devel] [PATCH v2 2/5] xenfb: Activate mouse event handler

2014-09-26 Thread Stefano Stabellini
On Wed, 17 Sep 2014, Owen smith wrote: > Without activating the mouse event handler, mouse events are not > delivered to the new handler. Input events are only delivered to > the first matching handler in the input chain. Activating a handler > moves the handler to the start of the chain. > > Note

[Qemu-devel] [PATCH v2 2/5] xenfb: Activate mouse event handler

2014-09-17 Thread Owen smith
Without activating the mouse event handler, mouse events are not delivered to the new handler. Input events are only delivered to the first matching handler in the input chain. Activating a handler moves the handler to the start of the chain. Note: qemu_add_kbd_event_handler adds and activates the