File: libevdev.man.in

package info (click to toggle)
libevdev 1.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,516 kB
  • ctags: 1,563
  • sloc: sh: 14,301; ansic: 7,744; makefile: 179; python: 163
file content (32 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.TH LIBEVDEV 3 @PACKAGE_VERSION@
.SH NAME
libevdev \- wrapper library for evdev devices
.SH SYNOPSIS
.HP
#include <libevdev/libevdev.h>
.PP
int 
.B libevdev_new_from_fd
(int fd, struct libevdev **device)
.PP
void 
.B libevdev_free
(struct libevdev *device)

.SH DESCRIPTION
.PP
.B libevdev
is a wrapper library for evdev devices. it moves the common
tasks when dealing with evdev devices into a library and provides a library
interface to the callers, thus avoiding erroneous ioctls, etc.
.PP
This man page is a placeholder only. The documentation for this version of
.B libevdev
is available at:
.PP
.B http://www.freedesktop.org/software/libevdev/doc/@PACKAGE_VERSION@/
.SH LICENSE
.B libevdev
is licensed under the MIT license.