pvanand wrote: > Hi, > > I'm running DirectFB application in sdl/x11 window by configuring system=sdl > in /home/user/.directfbrc file. When my application is running, if i toggle > between my application and terminal window (or some other application), > continuous new line character is posted to the current active window. Even > after terminating the DirectFB application, new line character is being > received until any other key is pressed by the user. > > I'm using IDirectFBInputDevice and IDirectFBEventBuffer as keyboard > interfaces. I've also tried with getch/wgetch functions for reading > character inputs. But, still problem exits. > > It would be great, if someone help out to resolve this issue.
disable-module = linux_input There was a bug causing the driver to be used, stealing keyboard from the server. -- 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
