mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-07 22:50:13 +01:00
ei: declare struct ei_touch
Part-of: <https://gitlab.freedesktop.org/libinput/libei/-/merge_requests/313>
This commit is contained in:
parent
247b6acd3c
commit
1f0cc83548
1 changed files with 12 additions and 0 deletions
12
src/libei.h
12
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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue