mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-30 03:40:08 +01:00
Fix two doxygen groupings
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 455498e9d7)
This commit is contained in:
parent
ae7b2f7772
commit
2de6df3bb7
1 changed files with 3 additions and 1 deletions
|
|
@ -541,6 +541,8 @@ struct libinput_event_touch *
|
|||
libinput_event_get_touch_event(struct libinput_event *event);
|
||||
|
||||
/**
|
||||
* @ingroup event
|
||||
*
|
||||
* Return the gesture event that is this input event. If the event type does
|
||||
* not match the gesture event types, this function returns NULL.
|
||||
*
|
||||
|
|
@ -973,7 +975,7 @@ enum libinput_pointer_axis_source
|
|||
libinput_event_pointer_get_axis_source(struct libinput_event_pointer *event);
|
||||
|
||||
/**
|
||||
* @ingroup pointer
|
||||
* @ingroup event_pointer
|
||||
*
|
||||
* Return the axis value in discrete steps for a given axis event. How a
|
||||
* value translates into a discrete step depends on the source.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue