mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-03 04:30:09 +01:00
libinput: Add libinput_event_gesture forward declaration
Closes: https://gitlab.freedesktop.org/libinput/libinput/-/issues/1189 Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1319>
This commit is contained in:
parent
772c1f5ebb
commit
a4ea1e2d97
1 changed files with 14 additions and 0 deletions
|
|
@ -144,6 +144,20 @@ struct libinput_event_pointer;
|
|||
*/
|
||||
struct libinput_event_touch;
|
||||
|
||||
/**
|
||||
* @ingroup event_gesture
|
||||
* @struct libinput_event_gesture
|
||||
*
|
||||
* A gesture event representing a swipe, pinch or hold gesture. Valid event
|
||||
* types for this event are @ref LIBINPUT_EVENT_GESTURE_SWIPE_BEGIN, @ref
|
||||
* LIBINPUT_EVENT_GESTURE_SWIPE_UPDATE, @ref LIBINPUT_EVENT_GESTURE_SWIPE_END,
|
||||
* @ref LIBINPUT_EVENT_GESTURE_PINCH_BEGIN, @ref
|
||||
* LIBINPUT_EVENT_GESTURE_PINCH_UPDATE, @ref LIBINPUT_EVENT_GESTURE_PINCH_END,
|
||||
* @ref LIBINPUT_EVENT_GESTURE_HOLD_BEGIN and @ref
|
||||
* LIBINPUT_EVENT_GESTURE_HOLD_END.
|
||||
*/
|
||||
struct libinput_event_gesture;
|
||||
|
||||
/**
|
||||
* @ingroup event_tablet
|
||||
* @struct libinput_event_tablet_tool
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue