I tried to capture mouse_wheel events via elm_object_event_callback_add 
but came up empty. Is this intended?

I took the elm/src/examples/general_funcs_example.c and added

elm_object_event_callback_add(win, (Elm_Event_Cb)_on_keydown, win);

just before the win resize/show. As callback i used a very simple: 
printf("type: %d\n", type); to catch all events. But only keyboard 
up/down events is all i ever got (10/11). I even added a transparent 
evas_rect ontop of everything, but then I get absolutly nothing anymore.

Am I doin something wrong, or did i find a bug?

olliver

-- 
Met vriendelijke groeten, Kind regards, 与亲切的问候

Olliver Schinagl
Research & Development
Ultimaker B.V.
http://www.ultimaker.com


-- 


IMAGINE IT >> MAKE IT

Meet us online at Twitter <http://twitter.com/ultimaker>, Facebook 
<http://facebook.com/ultimaker>, Google+ <http://google.com/+Ultimaker>

www.ultimaker.com
------------------------------------------------------------------------------
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2 standard
Learn Process modeling best practices with Bonita BPM through live exercises
http://www.bonitasoft.com/be-part-of-it/events/bpm-camp-virtual- event?utm_
source=Sourceforge_BPM_Camp_5_6_15&utm_medium=email&utm_campaign=VA_SF
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to