Re: [PATCH weston v1 16/17] test-helpers: add functions that simulate pointer actions

2014-12-15 Thread Pekka Paalanen
On Fri, 5 Dec 2014 14:36:49 +0100 Marek Chalupa wrote: > Add functions that simulate pointer movement, draging and clicking. > These functions will be handy in more tests, so add them to helpers. > > Signed-off-by: Marek Chalupa > --- > tests/weston-test-client-helper.c | 57 > ++

Re: [PATCH weston v1 16/17] test-helpers: add functions that simulate pointer actions

2014-12-09 Thread Derek Foreman
On 05/12/14 07:36 AM, Marek Chalupa wrote: > Add functions that simulate pointer movement, draging and clicking. > These functions will be handy in more tests, so add them to helpers. > > Signed-off-by: Marek Chalupa > --- > tests/weston-test-client-helper.c | 57 > +

[PATCH weston v1 16/17] test-helpers: add functions that simulate pointer actions

2014-12-05 Thread Marek Chalupa
Add functions that simulate pointer movement, draging and clicking. These functions will be handy in more tests, so add them to helpers. Signed-off-by: Marek Chalupa --- tests/weston-test-client-helper.c | 57 +++ tests/weston-test-client-helper.h | 9 +++