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>
Showing
- src/evdev-mt-touchpad.c 2 additions, 2 deletionssrc/evdev-mt-touchpad.c
- src/evdev.c 17 additions, 17 deletionssrc/evdev.c
- src/evdev.h 6 additions, 6 deletionssrc/evdev.h
- src/libinput.c 8 additions, 8 deletionssrc/libinput.c
- src/libinput.h 27 additions, 28 deletionssrc/libinput.h
- src/libinput.sym 4 additions, 4 deletionssrc/libinput.sym
- test/pointer.c 6 additions, 6 deletionstest/pointer.c
- test/touch.c 4 additions, 4 deletionstest/touch.c
- test/touchpad.c 9 additions, 9 deletionstest/touchpad.c
- tools/event-debug.c 1 addition, 1 deletiontools/event-debug.c
- tools/shared.c 1 addition, 1 deletiontools/shared.c
Loading
Please register or sign in to comment