Method

ClutterEventget_source

Declaration [src]

ClutterActor*
clutter_event_get_source (
  const ClutterEvent* event
)

Description [src]

Retrieves the source ClutterActor the event originated from, or NULL if the event has no source.

Available since:0.6

Return value

Returns: ClutterActor
 

A ClutterActor.

 The data is owned by the instance.