Method

ClutterEventget_stage

Declaration [src]

ClutterStage*
clutter_event_get_stage (
  const ClutterEvent* event
)

Description [src]

Retrieves the source ClutterStage the event originated for, or NULL if the event has no stage.

Available since:0.8

Return value

Returns: ClutterStage
 

A ClutterStage.

 The data is owned by the instance.