Method

ClutterActorhas_key_focus

Declaration [src]

gboolean
clutter_actor_has_key_focus (
  ClutterActor* self
)

Description [src]

Checks whether self is the ClutterActor that has key focus.

Available since:1.4

Return value

Returns: gboolean
 

TRUE if the actor has key focus, and FALSE otherwise.