diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-25 15:07:02 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2019-09-25 15:16:45 +1000 |
commit | b38722317c3b94066780b406493ba575a69769fc (patch) | |
tree | 99508a0c4165aaecd71101b5eec6855d3d02d104 /src/libinput.h | |
parent | cb1be90439c96c37dab472ce9a0c984d16ccbbd8 (diff) |
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 <peter.hutterer@who-t.net>
Diffstat (limited to 'src/libinput.h')
-rw-r--r-- | src/libinput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libinput.h b/src/libinput.h index bde76f83..c24d81a9 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. <i>BTN_LEFT</i> @@ -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. <i>KEY_ESC</i> |