Quoting Unger Richard: > Why are none of the key-events (except opacity) working? > Am I correct in assuming that this is because the DFB App (XDirectFB) is > 'swallowing' the events first (preventing DirectFB from handling them)?
They should work except for X11 windows, because it would require some work to coordinate the management with the X server and X window manager. XDirectFB sets the DWOP_KEEP_* options for its windows. If you use the multi application core, you can try DFBTerm and other applications within the same session, together with XDirectFB as the master application, or vice versa. > Also I cannot find where in directfb's codebase this window manageing > 'hack' is implemented (as I would like to modify some of the keys). > Can anyone give me a pointer where in the code these key-presses are > handled? DirectFB/wm/default/default.c -- 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
