Re: [PATCH libinput] Add libinput_device_touch_get_touch_count()

2018-04-30 Thread Peter Hutterer
On Fri, Apr 20, 2018 at 01:03:45PM +0200, Johannes Pointner wrote: > Hello Peter, > > I'm really sorry. I somehow completely missed your email. > > I have now tested your patch with the 1.10-branch of libinput and > xf86-input-libinput-0.27.1 (the current versions used on my Arch Linux > PC). >

Re: [PATCH libinput] Add libinput_device_touch_get_touch_count()

2018-03-18 Thread Peter Hutterer
On Fri, Mar 02, 2018 at 06:16:34PM +1000, Peter Hutterer wrote: > This makes it possible for callers to detect whether a touch device is > single or multitouch (or even check for things like dual-touch vs real > multi-touch) and adjust the interface accordingly. > > Note that this is for touch

[PATCH libinput] Add libinput_device_touch_get_touch_count()

2018-03-02 Thread Peter Hutterer
This makes it possible for callers to detect whether a touch device is single or multitouch (or even check for things like dual-touch vs real multi-touch) and adjust the interface accordingly. Note that this is for touch devices only, not touchpads that are just pointer devices.