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.

Return value

Type: gboolean

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