78 lines
1.7 KiB
HTML
78 lines
1.7 KiB
HTML
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<HTML><HEAD><TITLE>Man page of LIBEVDEV</TITLE>
|
|
</HEAD><BODY>
|
|
<H1>LIBEVDEV</H1>
|
|
Section: C Library Functions (3)<BR>Updated: 1.9.0<BR><A HREF="#index">Index</A>
|
|
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
|
|
|
|
<A NAME="lbAB"> </A>
|
|
<H2>NAME</H2>
|
|
|
|
libevdev - wrapper library for evdev devices
|
|
<A NAME="lbAC"> </A>
|
|
<H2>SYNOPSIS</H2>
|
|
|
|
<DL COMPACT>
|
|
<DT id="1">
|
|
#include <<A HREF="file:///usr/include/libevdev/libevdev.h">libevdev/libevdev.h</A>>
|
|
</DL>
|
|
<P>
|
|
|
|
<DD>int
|
|
<B>libevdev_new_from_fd</B>
|
|
|
|
(int fd, struct libevdev **device)
|
|
<P>
|
|
|
|
void
|
|
<B>libevdev_free</B>
|
|
|
|
(struct libevdev *device)
|
|
<P>
|
|
<A NAME="lbAD"> </A>
|
|
<H2>DESCRIPTION</H2>
|
|
|
|
<P>
|
|
|
|
<B>libevdev</B>
|
|
|
|
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.
|
|
<P>
|
|
|
|
This man page is a placeholder only. The documentation for this version of
|
|
<B>libevdev</B>
|
|
|
|
is available at:
|
|
<P>
|
|
|
|
<B><A HREF="http://www.freedesktop.org/software/libevdev/doc/1.9.0/">http://www.freedesktop.org/software/libevdev/doc/1.9.0/</A></B>
|
|
|
|
<A NAME="lbAE"> </A>
|
|
<H2>LICENSE</H2>
|
|
|
|
<B>libevdev</B>
|
|
|
|
is licensed under the MIT license.
|
|
<P>
|
|
<P>
|
|
<P>
|
|
|
|
<HR>
|
|
<A NAME="index"> </A><H2>Index</H2>
|
|
<DL>
|
|
<DT id="2"><A HREF="#lbAB">NAME</A><DD>
|
|
<DT id="3"><A HREF="#lbAC">SYNOPSIS</A><DD>
|
|
<DT id="4"><A HREF="#lbAD">DESCRIPTION</A><DD>
|
|
<DT id="5"><A HREF="#lbAE">LICENSE</A><DD>
|
|
</DL>
|
|
<HR>
|
|
This document was created by
|
|
<A HREF="/cgi-bin/man/man2html">man2html</A>,
|
|
using the manual pages.<BR>
|
|
Time: 00:05:47 GMT, March 31, 2021
|
|
</BODY>
|
|
</HTML>
|