ei: declare struct ei_touch

Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/313>
This commit is contained in:
Peter Hutterer 2024-11-29 14:51:02 +10:00
parent 247b6acd3c
commit 1f0cc83548

View file

@ -205,6 +205,18 @@ struct ei_keymap;
*/
struct ei_region;
/**
* @struct ei_touch
*
* A single touch initiated by a sender context.
*
* @see ei_device_touch_new
* @see ei_touch_down
* @see ei_touch_motion
* @see ei_touch_up
*/
struct ei_touch;
/**
* @enum ei_device_type
* @ingroup libei-device