Skip to content
Snippets Groups Projects
Commit 7a198417 authored by Peter Hutterer's avatar Peter Hutterer
Browse files

examples: fix the uinput example so it actually does what users expect


The previous one was technically correct, but a device with just EV_REL won't
get tagged by udev as mouse and won't get picked up by anything proper. And
likewise, without a delay before sending the event, the events won't get
picked up by userspace. Change that, so the example moves the pointer a bit
which is what a user would expect.

Signed-off-by: default avatarPeter Hutterer <peter.hutterer@who-t.net>
parent 0190c912
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment