libevdev/test
Peter Hutterer f3d94ecfd7 Drop the callback interface, replace with libevdev_next_event
Callbacks looked good on paper, but synaptics ran into an issue already that
it just couldn't easily pass around the state needed in the actual event
processing function.

Replace with a new interface that only returns the next event (still reading
more off the fd while doing so).

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-05-30 13:37:25 +10:00
..
.gitignore libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00
event-names.h libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00
libevdev-events.c Drop the callback interface, replace with libevdev_next_event 2013-05-30 13:37:25 +10:00
libevdev-print.c libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00
Makefile.am libevdev is a library to handle evdev devices 2013-05-29 15:33:21 +10:00