[PATCH qemu v2 0/1] ui/sdl2: add multitouch support

~katharine_chui posted 1 patch 1 week, 1 day ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/176495981181.29650.15848321452328771053-0@git.sr.ht
Maintainers: "Marc-André Lureau" <marcandre.lureau@redhat.com>
include/ui/sdl2.h |  9 +++++
ui/sdl2.c         | 99 ++++++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 107 insertions(+), 1 deletion(-)
[PATCH qemu v2 0/1] ui/sdl2: add multitouch support
Posted by ~katharine_chui 1 week, 1 day ago
SDL2 has multi touch events, use those to provide multitouch like with
the GTK ui

Compared to v1, this requests SDL to not emit mouse events on touch when
possible

Katharine Chui (1):
  ui/sdl2: add multitouch support

 include/ui/sdl2.h |  9 +++++
 ui/sdl2.c         | 99 ++++++++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 107 insertions(+), 1 deletion(-)

-- 
2.49.1