Hi i have two clutter_actors . when i shift the focus from actor_1 to actor_2 for the first time it works. but later it does not shift back. I use the following statements.
clutter_stage_set_key_focus (CLUTTER_STAGE(stage), actor_2);
g_signal_connect (actor_1, "key-press-event", G_CALLBACK (button_key_press), NULL);
clutter_actor_set_reactive (actor_2, TRUE);
Am I missing anything ?
actor_2. Also isactor_1ing_signal_connecta typo? – another.anon.coward Nov 20 '11 at 17:52