Hi, On Fri, 2009-03-13 at 11:38 -0700, Ed Camacho wrote: > The key press events are handled by default I believe.
What makes you think so? If you look at the GTK+ code you will see that all widgets that need key events explicitly add them to their event mask. > I eventually get to this point: > > windows.c: > > if (!core_window_filter( window, event )) > dfb_window_dispatch( window, event, dfb_window_globals ); What code are you looking at? This is definitely not in the DirectFB port of GDK. Sven _______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
