Method

ClutterStageget_key_focus

since: 0.6

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

Type: ClutterActor

The actor with key focus, or the stage.

The data is owned by the instance.