I have some clutter_actors placed over the clutter_stage. Whenever i want to shift the focus from the clutter_stage to clutter_actor i use clutter_stage_set_key_focus(clutter_stage,clutter_actor) .
But when i press any key related to clutter_actor it goes to the callback function of clutter_stage. Do i need to use any other function to change the key focus from clutter_stage to clutter_actor.