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.
Parameters
- event
- 
            Type: ClutterEventA ClutterEvent.The data is owned by the caller of the method. 
- capture
- 
            Type: gbooleanTRUEif event in in capture phase,FALSEotherwise.