mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-24 09:50:24 +01:00
doc: fix uinput example code
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
This commit is contained in:
parent
a6970e1cec
commit
5fc81553f5
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ struct libevdev_uinput;
|
|||
* err = libevdev_uinput_write_event(uidev, EV_REL, REL_X, -1);
|
||||
* if (err != 0)
|
||||
* return err;
|
||||
* libevdev_uinput_write_event(uidev, EV_SYN, SYN_REPORT, 0);
|
||||
* err = libevdev_uinput_write_event(uidev, EV_SYN, SYN_REPORT, 0);
|
||||
* if (err != 0)
|
||||
* return err;
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue