Method

ClutterStageget_device_actor

Declaration [src]

ClutterActor*
clutter_stage_get_device_actor (
  ClutterStage* stage,
  ClutterInputDevice* device,
  ClutterEventSequence* sequence
)

Description [src]

Retrieves the ClutterActor underneath the pointer or touch point of device and sequence.

Parameters

device ClutterInputDevice
 

A ClutterInputDevice.

 The data is owned by the caller of the function.
sequence ClutterEventSequence
 

An optional ClutterEventSequence.

 The argument can be NULL.
 The data is owned by the caller of the function.

Return value

Returns: ClutterActor
 

A pointer to the ClutterActor or NULL.

 The data is owned by the instance.