Rename functions for left handed device configurations
authorStephen Chandler Paul <thatslyude@gmail.com>
Wed, 7 Jan 2015 02:20:22 +0000 (21:20 -0500)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 15 Jan 2015 00:17:57 +0000 (10:17 +1000)
commit2af608cf0221d8970f8cb0aefbbc61914ed9ea21
tree4aff26ecf45fc143347ba7f1aa397a1f330e2bcf
parentcb2f2ed6134beb0b5d8f45b6e3e07f145bde4ef3
Rename functions for left handed device configurations

Some devices require more than just flipping around the buttons, such as
tablets.
When it comes to devices like tablets, because the position of the palm rest is
on the right, the entire tablet has to be flipped around in order to be usable
by lefties. As such, this requires that we reverse the coordinates of the
tablets in addition to flipping the buttons on the tablet. As such, renaming
these functions so that they aren't specific to devices where only the buttons
are flipped seems appropriate.

Signed-off-by: Stephen Chandler Paul <thatslyude@gmail.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-mt-touchpad.c
src/evdev.c
src/evdev.h
src/libinput.c
src/libinput.h
src/libinput.sym
test/pointer.c
test/touch.c
test/touchpad.c
tools/event-debug.c
tools/shared.c