1LIBEVDEV(3)                Library Functions Manual                LIBEVDEV(3)
2
3
4

NAME

6       libevdev - wrapper library for evdev devices
7

SYNOPSIS

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

DESCRIPTION

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
19       library 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.5.6/
25

LICENSE

27       libevdev is licensed under the MIT license.
28
29
30
31
32
33                                     1.5.6                         LIBEVDEV(3)
Impressum