Re: [PATCH libinput] tablet: allow the various get_ on tablet button events

2016-01-15 Thread Jason Gerecke
On Wed, Jan 13, 2016 at 8:22 PM, Peter Hutterer wrote: > There's no reason to prevent this for button events. Unlike the pointer > which is a relative device a tablet is (usually) a device with a lot of state. > Caller code that handles axes is likely shared between the various events, > treating

[PATCH libinput] tablet: allow the various get_ on tablet button events

2016-01-13 Thread Peter Hutterer
There's no reason to prevent this for button events. Unlike the pointer which is a relative device a tablet is (usually) a device with a lot of state. Caller code that handles axes is likely shared between the various events, treating button events separately here doesn't get us any benefit. Signe