Re: [PATCH v2 2/6] ui: add the infrastructure to support MT events

2023-03-17 Thread Marc-André Lureau
Hi On Thu, Mar 16, 2023 at 4:07 PM Sergio Lopez wrote: > > Add the required infrastructure to support generating multitouch events. > > Signed-off-by: Sergio Lopez > --- > include/ui/input.h| 3 +++ > qapi/ui.json | 45 --- > replay/replay-i

[PATCH v2 2/6] ui: add the infrastructure to support MT events

2023-03-16 Thread Sergio Lopez
Add the required infrastructure to support generating multitouch events. Signed-off-by: Sergio Lopez --- include/ui/input.h| 3 +++ qapi/ui.json | 45 --- replay/replay-input.c | 18 + ui/input.c| 6 ++ ui/tra