mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-25 18:40:05 +01:00
tablet: add missing event types in tool/pad event docs
Signed-off-by: Kirill Primak <vyivel@eclair.cafe> Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1126>
This commit is contained in:
parent
1d8f2903ed
commit
00bc910df7
1 changed files with 5 additions and 5 deletions
|
|
@ -150,8 +150,8 @@ struct libinput_event_touch;
|
|||
*
|
||||
* Tablet tool event representing an axis update, button press, or tool
|
||||
* update. Valid event types for this event are @ref
|
||||
* LIBINPUT_EVENT_TABLET_TOOL_AXIS, @ref
|
||||
* LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY and @ref
|
||||
* LIBINPUT_EVENT_TABLET_TOOL_AXIS, @ref LIBINPUT_EVENT_TABLET_TOOL_PROXIMITY,
|
||||
* @ref LIBINPUT_EVENT_TABLET_TOOL_TIP, and @ref
|
||||
* LIBINPUT_EVENT_TABLET_TOOL_BUTTON.
|
||||
*
|
||||
* @since 1.2
|
||||
|
|
@ -164,9 +164,9 @@ struct libinput_event_tablet_tool;
|
|||
*
|
||||
* Tablet pad event representing a button press, or ring/strip update on
|
||||
* the tablet pad itself. Valid event types for this event are @ref
|
||||
* LIBINPUT_EVENT_TABLET_PAD_BUTTON, @ref LIBINPUT_EVENT_TABLET_PAD_DIAL,
|
||||
* @ref LIBINPUT_EVENT_TABLET_PAD_RING and
|
||||
* @ref LIBINPUT_EVENT_TABLET_PAD_STRIP.
|
||||
* LIBINPUT_EVENT_TABLET_PAD_BUTTON, @ref LIBINPUT_EVENT_TABLET_PAD_RING,
|
||||
* @ref LIBINPUT_EVENT_TABLET_PAD_STRIP, @ref LIBINPUT_EVENT_TABLET_PAD_KEY
|
||||
* and @ref LIBINPUT_EVENT_TABLET_PAD_DIAL.
|
||||
*
|
||||
* @since 1.3
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue