Function
Clutterdo_event
Declaration [src]
void
clutter_do_event (
ClutterEvent* event
)
Description [src]
Processes an event.
The event
must be a valid ClutterEvent
and have a ClutterStage
associated to it.
This function is only useful when embedding Clutter inside another toolkit, and it should never be called by applications.
Available since: | 0.4 |
Parameters
event |
ClutterEvent |
A |
|
The data is owned by the caller of the function. |