From: Peter Hutterer Date: Wed, 25 Sep 2019 05:07:02 +0000 (+1000) Subject: doc: update reference to the event codes header X-Git-Tag: 1.14.901~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b38722317c3b94066780b406493ba575a69769fc;p=platform%2Fupstream%2Flibinput.git doc: update reference to the event codes header The codes have been in input-event-codes.h for quite a few releases now. Signed-off-by: Peter Hutterer --- diff --git a/src/libinput.h b/src/libinput.h index bde76f8..c24d81a 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -4041,7 +4041,7 @@ libinput_device_get_size(struct libinput_device *device, * @ingroup device * * Check if a @ref LIBINPUT_DEVICE_CAP_POINTER device has a button with the - * given code (see linux/input.h). + * given code (see linux/input-event-codes.h). * * @param device A current input device * @param code Button code to check for, e.g. BTN_LEFT @@ -4056,7 +4056,7 @@ libinput_device_pointer_has_button(struct libinput_device *device, uint32_t code * @ingroup device * * Check if a @ref LIBINPUT_DEVICE_CAP_KEYBOARD device has a key with the - * given code (see linux/input.h). + * given code (see linux/input-event-codes.h). * * @param device A current input device * @param code Key code to check for, e.g. KEY_ESC