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.

Return value

Type: ClutterActor

A ClutterActor.

The returned data is owned by the instance.