Re: [PATCH 4/4] ui/gtk: enable backend to send multi-touch events

2023-03-16 Thread Sergio Lopez
On Sun, Feb 19, 2023 at 12:28:22PM +0400, Marc-André Lureau wrote: > Hi Sergio > > On Sat, Feb 18, 2023 at 8:23 PM Sergio Lopez wrote: > > > > GTK3 provides the infrastructure to receive and process multi-touch > > events through the "touch-event" signal and the GdkEventTouch type. > > Make use o

Re: [PATCH 4/4] ui/gtk: enable backend to send multi-touch events

2023-02-19 Thread Marc-André Lureau
Hi Sergio On Sat, Feb 18, 2023 at 8:23 PM Sergio Lopez wrote: > > GTK3 provides the infrastructure to receive and process multi-touch > events through the "touch-event" signal and the GdkEventTouch type. > Make use of it to transpose events from the host to the guest. > > This allows users of mac