Nils Magnus Larsgard wrote: > Hi, > > My situation: my linux box with directfb doesn't have keyboard or mouse, > but 6 buttons as input. I have a driver to use these buttons, but I > would very much like to generate keyboard signals to directfb from some > of these buttons. For instance: button1 should the 'up' key, button2 is > the 'down' key etc. > > Is there a simple way to pass signals to the keyboard driver, or should > I make my own button driver for directfb?
You can just generate key events in your own driver. Or how are the buttons implemented now? -- Best regards, Denis Oliver Kropp .------------------------------------------. | DirectFB - Hardware accelerated graphics | | http://www.directfb.org/ | "------------------------------------------" _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
