Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
Anyone want to acknowledge and reply? BR, K On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: 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 :

Re: [clutter] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: 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 this should

Re: [clutter] questions regarding captured event

2009-08-14 Thread Karl Lattimer
On Fri, 2009-08-14 at 10:26 +0100, Emmanuele Bassi wrote: On Thu, 2009-08-13 at 09:38 +0100, Karl Lattimer wrote: Hi all, I'm having some trouble with captured-event, from the documentation gboolean user_function (ClutterActor *actor, ClutterEvent *event, gpointer user_data) : Run

Re: [clutter] questions regarding captured event

2009-08-14 Thread Emmanuele Bassi
On Fri, 2009-08-14 at 10:43 +0100, Karl Lattimer wrote: This leaves no way to determine what has received the event within the captured event call back. clutter_event_get_source(). Great, I missed that, thanks :) Although just to clarify, this will return where the event would have

[clutter] questions regarding captured event

2009-08-13 Thread Karl Lattimer
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