Signal
ClutterActor::event
Description [src]
The ::event signal is emitted each time an event is received
by the actor. This signal will be emitted on every actor,
following the hierarchy chain, until it reaches the top-level
container (the ClutterStage).
| Default handler: | The default handler is called after the handlers added via |
| Available since: | 0.6 |
Parameters
event |
ClutterEvent |
A |
|
| The data is owned by the caller of the function. |