Re: Re: 回复: Re: get input device in wayland

2023-11-24 Thread Peter Hutterer
itor and/or a side-channel to the compositor if the > >calibration needs to be done in an external application. > > > >Cheers, > > Peter > > > >> > >> > >> 从 Windows 版邮件发送 > >> > >> 发件人: Peter Hutterer > >> 发送时间: 202

Re:Re: 回复: Re: get input device in wayland

2023-11-23 Thread weinan wang
ration should be >part of the compositor and/or a side-channel to the compositor if the >calibration needs to be done in an external application. > >Cheers, > Peter > >> >> >> 从 Windows 版邮件发送 >> >> 发件人: Peter Hutterer >> 发送时间: 2023年11月22日 14:

Re: 回复: Re: get input device in wayland

2023-11-23 Thread Peter Hutterer
an wang > 抄送: wayland-devel@lists.freedesktop.org > 主题: Re: Re: get input device in wayland > > 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 o

回复: Re: get input device in wayland

2023-11-22 Thread WeiWei
get input device in wayland 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

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

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

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