mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-01-06 09:30:12 +01:00
Remove a stray uint32_t from the documentation
This commit is contained in:
parent
c42129c0ff
commit
3dbd278529
1 changed files with 1 additions and 1 deletions
|
|
@ -1401,7 +1401,7 @@ ei_event_pointer_get_dx(struct ei_event *event);
|
|||
|
||||
/**
|
||||
* For an event of type @ref EI_EVENT_POINTER_MOTION return the relative y
|
||||
uint32_* movement in logical pixels.
|
||||
* movement in logical pixels.
|
||||
*/
|
||||
double
|
||||
ei_event_pointer_get_dy(struct ei_event *event);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue