On Nov 18, 2007 12:23 PM, Arne Caspari <[EMAIL PROTECTED]> wrote:
> Hello,
>
> I try to enable per actor motion events ( I want to receive enter-event
> and leave-event for each actor ) but currently do no succeed in getting
> the events.
>
> I tried the following to get the events:
>
> In the main function, I call:
>
> clutter.enable_motion_events( True )
> ( I added enable_motion_events to pyclutter for this )
>
>
> For each actor:
>
> actor.set_property( "reactive", True )
You need to set the actors you want to receive motion events, as well
as well as the parents and parents of these actors reactive. (There
are API changes planned/already under way in this area).
/Øyvind K.
--
«The future is already here. It's just not very evenly distributed»
-- William Gibson
http://pippin.gimp.org/ http://ffii.org/
--
To unsubscribe send a mail to [EMAIL PROTECTED]