Method
ClutterActorevent
Declaration [src]
gboolean
clutter_actor_event (
ClutterActor* actor,
const ClutterEvent* event,
gboolean capture
)
Description [src]
This function is used to emit an event on the main stage. You should rarely need to use this function, except for synthetising events.
Available since: | 0.6 |
Parameters
event |
ClutterEvent |
A |
|
The data is owned by the caller of the function. | |
capture |
gboolean |
|