efl/src/lib/elput
Bryce Harrington 6a5695b465 elput: Document how keyboard events are processed
Summary:
Add some light function docs and code comments to explain the steps
followed in processing hardware events for keyboard hits into actual
printable characters.  While this is internal functionality, the process
is important and involves a couple external dependencies (libinput and
libxkbcommon) so documenting this flow may help future developers avoid
introducing bugs.

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>

Reviewers: zmike

Subscribers: cedric, jpeg

Differential Revision: https://phab.enlightenment.org/D4953
2017-06-09 14:35:51 -04:00
..
Elput.h elput: Add API function to swap dx & dy axis from pointer motion event 2017-06-08 10:03:36 -04:00
elput.c elput: move pointer coords into seat struct 2017-06-02 18:23:43 -04:00
elput_evdev.c elput: Document how keyboard events are processed 2017-06-09 14:35:51 -04:00
elput_input.c elput: Add API function to swap dx & dy axis from pointer motion event 2017-06-08 10:03:36 -04:00
elput_logind.c elput: Fix logind session object path 2017-05-31 14:16:36 -05:00
elput_manager.c elput: Minor formatting fixes 2016-05-26 08:42:38 -04:00
elput_private.h elput: Add API function to swap dx & dy axis from pointer motion event 2017-06-08 10:03:36 -04:00
elput_touch.c elput: Properly check return values from libinput config functions 2016-12-14 09:18:14 -05:00