emit_event
Description:
[
CCode ( cname =
"clutter_stage_event" ) ]
[
Version ( since =
"0.4" ) ]
public bool emit_event (
Event event)
This function is used to emit an event on the main stage.
You should rarely need to use this function, except for synthetised events.
Parameters:
this |
a Stage
|
event |
a Event
|
Returns:
the return value from the signal emission
|