1LIBEVDEV(3) Library Functions Manual LIBEVDEV(3)
2
3
4
6 libevdev - wrapper library for evdev devices
7
9 #include <libevdev/libevdev.h>
10
11 int libevdev_new_from_fd (int fd, struct libevdev **device)
12
13 void libevdev_free (struct libevdev *device)
14
15
17 libevdev is a wrapper library for evdev devices. it moves the common
18 tasks when dealing with evdev devices into a library and provides a li‐
19 brary interface to the callers, thus avoiding erroneous ioctls, etc.
20
21 This man page is a placeholder only. The documentation for this version
22 of libevdev is available at:
23
24 http://www.freedesktop.org/software/libevdev/doc/1.13.0/
25
27 libevdev is licensed under the MIT license.
28
29
30
31
32
33 1.13.0 LIBEVDEV(3)