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
that touch mapping and calibration 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:45 > 收件人: wein

回复: Re: get input device in wayland

2023-11-22 Thread WeiWei
each touch device will work independently and need input mapping and calibration, is it possible to consider adding some device information in wl_touch in the future. 从 Windows 版邮件发送 发件人: Peter Hutterer 发送时间: 2023年11月22日 14:45 收件人: weinan wang 抄送: wayland-devel@lists.freedesktop.org 主题: Re: Re:

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: 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