Re: [PATCH weston v2 01/21] input: Pass axis events through pointer grab interfaces

2015-06-04 Thread Jonas Ådahl
On Wed, Jun 03, 2015 at 04:57:54PM -0500, Derek Foreman wrote: > On 13/05/15 05:26 AM, Jonas Ådahl wrote: > > Don't only send motions and buttons but also axis events through the > > pointer grab interface. > > > > Signed-off-by: Jonas Ådahl > > This looks good to me. The zoom binding still wor

Re: [PATCH weston v2 01/21] input: Pass axis events through pointer grab interfaces

2015-06-03 Thread Derek Foreman
On 13/05/15 05:26 AM, Jonas Ådahl wrote: > Don't only send motions and buttons but also axis events through the > pointer grab interface. > > Signed-off-by: Jonas Ådahl This looks good to me. The zoom binding still works, and the default grab handler is called appropriately, scrolling in a west

[PATCH weston v2 01/21] input: Pass axis events through pointer grab interfaces

2015-05-13 Thread Jonas Ådahl
Don't only send motions and buttons but also axis events through the pointer grab interface. Signed-off-by: Jonas Ådahl --- desktop-shell/exposay.c| 7 +++ desktop-shell/shell.c | 24 ivi-shell/hmi-controller.c | 9 + src/compositor.h |