> > void cb_turn(void *data, Evas_Object *o, void *event_info)
> > {
> > printf("%d\n", ((Evas_Event_Mouse_Wheel *) event_info)->z);
> > }
> >
> > and it displays 12467821348 or something like that...
> >
> > Any idea ? What's wrong in my code ? Thank you for your help !!!
>
> are you sure this callback is being called for mouse wheel events, and not
> mouse move, down, up, in, out etc. events? if you set the wrong callback
> the event info will not be what you expect it to be.
Yes, I'm sure : here is the definition of the callback
evas_object_event_callback_add(data->grabber, EVAS_CALLBACK_MOUSE_WHEEL,
cb_turn, o);
and I don't know why it doesn't work...
Xavier
-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g.
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel