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

2023-05-16 Thread Markus Armbruster
Sergio Lopez writes: > Add the required infrastructure to support generating multitouch events. > > Signed-off-by: Sergio Lopez > Reviewed-by: Marc-André Lureau > --- > include/ui/input.h| 3 +++ > qapi/ui.json | 58 --- >

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

2023-05-09 Thread Sergio Lopez
Add the required infrastructure to support generating multitouch events. Signed-off-by: Sergio Lopez Reviewed-by: Marc-André Lureau --- include/ui/input.h| 3 +++ qapi/ui.json | 58 --- replay/replay-input.c | 18 ++ ui/input.c