Method

ClutterStageget_key_focus

Declaration [src]

ClutterActor*
clutter_stage_get_key_focus (
  ClutterStage* stage
)

Description [src]

Retrieves the actor that is currently under key focus.

Available since:0.6

Return value

Returns: ClutterActor
 

The actor with key focus, or the stage.

 The data is owned by the instance.