LIBINPUT_EVENT_TABLET_BUTTON doesn't exist, use LIBINPUT_EVENT_TABLET_PAD_BUTTON
authorAleix Pol <aleixpol@kde.org>
Fri, 11 Oct 2019 00:37:39 +0000 (02:37 +0200)
committerAleix Pol <aleixpol@kde.org>
Fri, 11 Oct 2019 00:37:39 +0000 (02:37 +0200)
src/libinput.h

index c24d81a98140dc84a86c85fa676cbc20f58f3401..59463f43314925bfb0717e2c83ab88a80df69a42 100644 (file)
@@ -835,7 +835,7 @@ enum libinput_event_type {
         * This event is not to be confused with the button events emitted
         * by the tablet pad. See @ref LIBINPUT_EVENT_TABLET_PAD_BUTTON.
         *
-        * @see LIBINPUT_EVENT_TABLET_BUTTON
+        * @see LIBINPUT_EVENT_TABLET_PAD_BUTTON
         *
         * @since 1.2
         */