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. 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? 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
