1libevdev - wrapper library for evdev input devices 2================================================== 3 4libevdev is a wrapper library for evdev devices. it moves the common 5tasks when dealing with evdev devices into a library and provides a library 6interface to the callers, thus avoiding erroneous ioctls, etc. 7 8https://gitlab.freedesktop.org/libevdev/libevdev.git 9 10Go here for the API documentation: 11http://www.freedesktop.org/software/libevdev/doc/latest/ 12 13File bugs in the freedesktop.org GitLab instance: 14https://gitlab.freedesktop.org/libevdev/libevdev/issues/ 15 16Patches should be submitted as merge requests in the GitLab instance: 17https://gitlab.freedesktop.org/libevdev/libevdev/merge_requests/ 18 19Questions and general comments should be submitted to the 20input-tools@lists.freedesktop.org mailing list: 21http://lists.freedesktop.org/mailman/listinfo/input-tools 22