mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-26 08:40:06 +01:00
Fix a copy/paste error
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
633d01d146
commit
cd17ee44ae
1 changed files with 1 additions and 1 deletions
|
|
@ -427,7 +427,7 @@ libinput_event_get_touch_event(struct libinput_event *event);
|
|||
*
|
||||
* The inverse of this function is libinput_event_tablet_get_base_event().
|
||||
*
|
||||
* @return A touch event, or NULL for other events
|
||||
* @return A tablet event, or NULL for other events
|
||||
*/
|
||||
struct libinput_event_tablet *
|
||||
libinput_event_get_tablet_event(struct libinput_event *event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue