Re: [PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-22 Thread Peter Hutterer
On Sun, Feb 22, 2015 at 07:48:03PM -0500, Lyude wrote: > On Wed, 2015-02-18 at 15:45 +1000, Peter Hutterer wrote: > > The mouse like devices have LMR, SIDE and EXTRA. > > PENCIL (which is the Wacom Inking) and the eraser have no buttons. > > AIRBRUSH has only one button, all other pens have two. >

Re: [PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-22 Thread Lyude
On Wed, 2015-02-18 at 15:45 +1000, Peter Hutterer wrote: > The mouse like devices have LMR, SIDE and EXTRA. > PENCIL (which is the Wacom Inking) and the eraser have no buttons. > AIRBRUSH has only one button, all other pens have two. > > Signed-off-by: Peter Hutterer > --- > src/evdev-tablet.c

[PATCH libinput 14/15] tablet: add support for libinput_tool_has_button

2015-02-17 Thread Peter Hutterer
The mouse like devices have LMR, SIDE and EXTRA. PENCIL (which is the Wacom Inking) and the eraser have no buttons. AIRBRUSH has only one button, all other pens have two. Signed-off-by: Peter Hutterer --- src/evdev-tablet.c | 41 + src/libinput-private