Tiziano Cappellari schrieb: > Hi, > > I'm developing a very base application with just one window and two > callbacks based to ewl on framebuffer. > The window is correctly displayed but callbacks events from > mouse/keyboard (like EWL_CALLBACK_MOUSE_DOWN / EWL_CALLBACK_KEY_DOWN) > are never called. >
I've never tested the framebuffer back-end and there wasn't much development on it in the last years. So it's very possible that it is buggy in some places. I want to take a look on the framebuffer sometime, there are also some bugs and feature ideas on the todo-list, but it doesn't have a high priority on my personal todo-list. Patches are, of course, appreciated :). > All works fine with X11. > > Looking into efl sources I found that the input devices initialization > is made on ecore by _ecore_evas_fb_init() (called from > ecore_evas_fb_new()). > I guess the problem is that on ewl no ecore_evas is constructed, but > only an evas object on ee_canvas_setup(), so no initialization is > made. > > I'm wrong? Is it something that I missed? > Right, ewl doesn't use ecore_evas. that's intentionally. > Best regards, > Tiziano > > ------------------------------------------------------------------------------ > Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are > powering Web 2.0 with engaging, cross-platform capabilities. Quickly and > easily build your RIAs with Flex Builder, the Eclipse(TM)based development > software that enables intelligent coding and step-through debugging. > Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > ------------------------------------------------------------------------------ Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are powering Web 2.0 with engaging, cross-platform capabilities. Quickly and easily build your RIAs with Flex Builder, the Eclipse(TM)based development software that enables intelligent coding and step-through debugging. Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
