Method
ClutterEventget_stage
since: 0.8
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
Type: ClutterStage
A ClutterStage
.
The data is owned by the instance. |