libevdev/test
Peter Hutterer edc31cf12e Store the abs value after handling mt events
This way any ABS_MT_ event value that comes in will also be stored in abs_info.
That always corresponds to "current slot", so if a user calls
libevdev_set_event_value() or libevdev_get_event_value() they're actually
modifying the current slot value.

When the current slot changes, sync the state back into the absinfo values.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2013-08-26 09:52:33 +10:00
..
.gitignore Set up a test harness 2013-06-04 11:39:33 +10:00
Makefile.am Make the tests optional to drop unneeded dependencies 2013-08-13 07:11:50 +10:00
test-common-uinput.c test: add uinput prop bits and the test for it 2013-07-11 09:09:14 +10:00
test-common-uinput.h test: add uinput prop bits and the test for it 2013-07-11 09:09:14 +10:00
test-common.c test: define a common device name 2013-07-05 09:11:34 +10:00
test-common.h test: define a common device name 2013-07-05 09:11:34 +10:00
test-event-names.c Rename a few getters for consistency 2013-08-01 13:53:05 +10:00
test-int-queue.c test: prepare a common header file for all tests 2013-06-29 18:00:42 +10:00
test-libevdev-events.c Store the abs value after handling mt events 2013-08-26 09:52:33 +10:00
test-libevdev-has-event.c Add functions to toggle LEDs on the device 2013-08-15 10:32:40 +10:00
test-libevdev-init.c test: define a common device name 2013-07-05 09:11:34 +10:00
test-main.c test: add test for event polling and SYN_DROPPED handling 2013-06-27 13:32:38 +10:00