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 ) actor.connect( 'enter_event', on_enter_event ) actor.connect( 'leave_event', on_leave_event ) After that I still do not get enter or leave events ( or motion events ). I do get stage motion event though. What else do I need to do to receive motion events per actor? Thanks, /Arne -- To unsubscribe send a mail to [EMAIL PROTECTED]
