This function processes a single GDK event; it can be used to hook into external event processing
| event |
a Event |
|
FilterReturn. gdk_filter_remove indicates that Clutter has internally handled the event and the caller should do no further processing. gdk_filter_continue indicates that Clutter is either not interested in the event, or has used the event to update internal state without taking any exclusive action. gdk_filter_translate will not occur. |