|
NAMElibevdev - wrapper library for evdev devicesSYNOPSIS#include <libevdev/libevdev.h> int libevdev_new_from_fd (int fd, struct libevdev **device) void libevdev_free (struct libevdev *device) DESCRIPTIONlibevdev 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.This man page is a placeholder only. The documentation for this version of libevdev is available at: http://www.freedesktop.org/software/libevdev/doc/1.9.1/ LICENSElibevdev is licensed under the MIT license.
Visit the GSP FreeBSD Man Page Interface. |