Re: [PATCH v2 2/6] ui: add the infrastructure to support MT events
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
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