diff --git a/src/libei.h b/src/libei.h index 133512d..8375de1 100644 --- a/src/libei.h +++ b/src/libei.h @@ -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