FedericoVaga / libuinput

A small library for uinput char device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

author

Federico Vaga <federico.vaga@vaga.pv.it>

LibUinput

This is a very simple library for the Linux's uinput char device.

I found others libraries for uinput but I do not like them because of their java oriented solution. I think that a library must be simple to use, easy to understand and it must hide some complexity. The uinput interface is pretty simple, so this library does not simplify nothing; the aim of this library is to hide the ioctl() interface to the user of this library and provide some common functions.

About

A small library for uinput char device

License:Other


Languages

Language:C 97.0%Language:Makefile 3.0%