Hi all,

I'm having some trouble with captured-event, from the documentation 

"gboolean user_function (ClutterActor *actor, ClutterEvent *event,
gpointer user_data) : Run Last"

"actor : the actor which received the signal"

Now I've taken this to mean that 'actor' is the actor which originally
received the event, for instance, a button inside of a container.
However it appears to be the actor the event has been captured by.

This leaves no way to determine what has received the event within the
captured event call back.

Is this the correct behaviour, or am I correct in assuming that I should
be receiving the actor for which the event would have been received by
if it weren't for capturing it.

BR,
 K

-- 
To unsubscribe send a mail to [email protected]

Reply via email to