get_current_event
Description:
public unowned Event get_current_event ()
If an event is currently being processed, return that event.
This function is intended to be used to access event state that might not be exposed by higher-level widgets. For example, to get the key
modifier state from a Button 'clicked' event.
Returns:
The current ClutterEvent, or null if none |