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 |
|
The data is owned by the caller of the function. | |
sequence |
ClutterEventSequence |
An optional |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |
Return value
Returns: | ClutterActor |
A pointer to the |
|
The data is owned by the instance. |