Re: Re: get input device in wayland

2023-11-21 Thread Peter Hutterer
On Wed, Nov 22, 2023 at 09:22:56AM +0800, weinan wang wrote: > Thanks for reply, > We want to achieve an application for touch input map, > it will map touch input to a output device when we have multi-screen. > > The input map need provide a input device and a output device, > in our design, we w

Re:Re: get input device in wayland

2023-11-21 Thread weinan wang
Thanks for reply, We want to achieve an application for touch input map, it will map touch input to a output device when we have multi-screen. The input map need provide a input device and a output device, in our design, we will traversal all screen to ask user "is this screen you want to map", a

registry_bind function call

2023-11-21 Thread Robert Ayrapetyan
Hi there, I'm having difficulty locating the specific location in the Wayland codebase where registry_bind function is called. I'm trying to comprehend why, for particular globals, there is no occurrence of a global->bind call.

Re: get input device in wayland

2023-11-21 Thread Peter Hutterer
On Tue, Nov 21, 2023 at 04:20:10PM +0800, weinan wang wrote: > Hey Guys, > We have an application that needs to get the touch device > corresponding to the touch event, and on X11, we can get the device ID > that sends this event according to the XI_Touch events, and then find > the device we want

[ANNOUNCE] weston 12.0.95

2023-11-21 Thread Marius Vlad
Hi all, This is the RC3 release for Weston 13.0.0. Full commit history below: Daniel Stone (2): desktop-shell: Map input panel exactly once weston-keyboard: Create input_panel_surface earlier Marius Vlad (2): backend-x11: Fix error shutdown path for x11 build: bump to ver

get input device in wayland

2023-11-21 Thread weinan wang
Hey Guys, We have an application that needs to get the touch device corresponding to the touch event, and on X11, we can get the device ID that sends this event according to the XI_Touch events, and then find the device we want according to this ID. But on Wayland, it seems that neither wl_seat