efl/src/lib/elput
Chris Michael fa2faff41b elput: Fix issue of pointer rotation not being set on startup
elput_input_pointer_rotation_set may be getting called before input
devices are actually added, so we need to be able to set pointer
rotation when a device actually gets added.

To fix this, we will store the requested input rotation value, and
apply it at the time of input device creation.

NB: The current case is that the wl_drm module will apply existing
output rotation before Input has completely initialized, thus any
calls to set the pointer rotation there will not succeed as input
devices have not been created yet.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2017-10-03 14:14:04 -04:00
..
Elput.h elput: Add API to set pointer acceleration speed 2017-08-24 11:28:31 -04:00
elput.c elput: move pointer coords into seat struct 2017-06-02 18:23:43 -04:00
elput_evdev.c wayland: fix num/caps lock handling in events 2017-08-18 15:24:37 -04:00
elput_input.c elput: Fix issue of pointer rotation not being set on startup 2017-10-03 14:14:04 -04:00
elput_logind.c elput: Close fds when asked to 2017-07-25 16:59:11 -05:00
elput_manager.c elput: Minor formatting fixes 2016-05-26 08:42:38 -04:00
elput_private.h elput: Fix issue of pointer rotation not being set on startup 2017-10-03 14:14:04 -04:00
elput_touch.c elput: Properly check return values from libinput config functions 2016-12-14 09:18:14 -05:00