Hi Carlo, On Sun, Jan 22, 2006 at 11:11:13AM +0100, Carlo Capocasa wrote: > Hi Jacob! > > Thank you very much! Do you have any coded examples handy?
Maybe a look into DirectFB-0.9.24/inputdrivers/linux_input/linux_input.c might help you. Get it from www.directfb.org . I don't know whether you can use the input event handling of directfb without using framebuffer or SDL, but they already have c++ bindings and they support other input sources than /dev/input/event* , too. Jacob > > Carlo > > Jacob schrieb: > > Hello, > > > > did you look at pathtoyourkernelsource/Documentation/input/input.txt . > > This covers the /dev/input* devices and is something to use from plain C > > (and C++) without the need to use any lib (probably Linux only). > > > > Jacob >
