mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-05 09:50:28 +01:00
tablet: add missing tip event to libinput_event_tablet_tool_get_base_event()
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
1a34401137
commit
7c449cf5f9
1 changed files with 1 additions and 0 deletions
|
|
@ -2469,6 +2469,7 @@ libinput_event_tablet_tool_get_base_event(struct libinput_event_tablet_tool *eve
|
|||
event->base.type,
|
||||
NULL,
|
||||
LIBINPUT_EVENT_TABLET_TOOL_AXIS,
|
||||
LIBINPUT_EVENT_TABLET_TOOL_TIP,
|
||||
LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY,
|
||||
LIBINPUT_EVENT_TABLET_TOOL_BUTTON);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue