libinput/test
Stephen Chandler Paul e912d620d0 s/libinput_pointer_button_state/libinput_button_state/
Button states are applicable to more then just the pointer, so having a
non-generic name name for a generic enumerator value like
libinput_pointer_button_state doesn't make sense. Changing it to something
generic like libinput_button_state allows it to be reused by other devices that
may potentially be added to libinput in the future.

Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
2014-06-09 20:48:05 +02:00
..
build-cxx.cc test: Add include from C++ build test 2014-03-29 00:51:44 +01:00
build-pedantic.c test: add a build-test for -pedantic 2014-01-15 11:26:08 +10:00
keyboard.c test: fix a couple of memleaks in the tests 2014-04-23 12:43:23 +10:00
litest-bcm5974.c test: fix resolution on all devices 2014-06-03 11:01:05 +10:00
litest-int.h test: allow for description-based test devices 2014-04-08 15:07:02 +10:00
litest-keyboard.c test: switch the remaining devices to a description-based device 2014-04-08 15:07:02 +10:00
litest-mouse.c test: switch the remaining devices to a description-based device 2014-04-08 15:07:02 +10:00
litest-synaptics-st.c test: fix resolution on all devices 2014-06-03 11:01:05 +10:00
litest-synaptics.c test: fix resolution on all devices 2014-06-03 11:01:05 +10:00
litest-trackpoint.c test: switch the remaining devices to a description-based device 2014-04-08 15:07:02 +10:00
litest-wacom-touch.c test: fix resolution on Wacom ISDv4 E6 Finger device 2014-06-03 11:01:05 +10:00
litest.c Add our own version of linux/input.h 2014-06-04 09:40:39 +10:00
litest.h test: Test seat wide button and key count helpers 2014-04-23 00:07:40 +02:00
log.c test: restore log priority after each test 2014-05-30 11:55:23 +10:00
Makefile.am Add our own version of linux/input.h 2014-06-04 09:40:39 +10:00
misc.c test: compiler warning fixes 2014-06-03 11:01:04 +10:00
path.c test: add litest helper functions for creating uinput devices 2014-04-08 15:07:02 +10:00
pointer.c s/libinput_pointer_button_state/libinput_button_state/ 2014-06-09 20:48:05 +02:00
touch.c Use floating point numbers instead of fixed point numbers 2014-06-09 20:46:53 +02:00
touchpad.c s/libinput_pointer_button_state/libinput_button_state/ 2014-06-09 20:48:05 +02:00
udev.c Make it possible to have persistent libinput_seat instances 2014-02-10 22:28:46 +01:00
valgrind.suppressions test: automatically run the tests against valgrind for leaks 2014-04-10 11:11:56 +10:00