LIBINPUT_EVENT_TABLET_BUTTON doesn't exist, use LIBINPUT_EVENT_TABLET_PAD_BUTTON

This commit is contained in:
Aleix Pol 2019-10-11 02:37:39 +02:00
parent 0e19d2c329
commit c20d08ac23

View 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
*/