From 00bc910df7302391c76748f49e614c726ded2442 Mon Sep 17 00:00:00 2001 From: Kirill Primak Date: Mon, 13 Jan 2025 09:25:17 +0300 Subject: [PATCH] tablet: add missing event types in tool/pad event docs Signed-off-by: Kirill Primak Part-of: --- src/libinput.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index 2e4cfb85..945bf6f9 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -150,8 +150,8 @@ struct libinput_event_touch; * * Tablet tool event representing an axis update, button press, or tool * update. Valid event types for this event are @ref - * LIBINPUT_EVENT_TABLET_TOOL_AXIS, @ref - * LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY and @ref + * LIBINPUT_EVENT_TABLET_TOOL_AXIS, @ref LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY, + * @ref LIBINPUT_EVENT_TABLET_TOOL_TIP, and @ref * LIBINPUT_EVENT_TABLET_TOOL_BUTTON. * * @since 1.2 @@ -164,9 +164,9 @@ struct libinput_event_tablet_tool; * * Tablet pad event representing a button press, or ring/strip update on * the tablet pad itself. Valid event types for this event are @ref - * LIBINPUT_EVENT_TABLET_PAD_BUTTON, @ref LIBINPUT_EVENT_TABLET_PAD_DIAL, - * @ref LIBINPUT_EVENT_TABLET_PAD_RING and - * @ref LIBINPUT_EVENT_TABLET_PAD_STRIP. + * LIBINPUT_EVENT_TABLET_PAD_BUTTON, @ref LIBINPUT_EVENT_TABLET_PAD_RING, + * @ref LIBINPUT_EVENT_TABLET_PAD_STRIP, @ref LIBINPUT_EVENT_TABLET_PAD_KEY + * and @ref LIBINPUT_EVENT_TABLET_PAD_DIAL. * * @since 1.3 */