mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 20:30:27 +01:00
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>
This commit is contained in:
parent
cb1be90439
commit
b38722317c
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue