This function processes a single X event; it can be used to hook into external X11 event processing (for example, a GDK filter function).
If disable_event_retrieval has been called, you must let this function process events to update Clutter's internal state.
| xevent |
pointer to XEvent structure |
|
FilterReturn. clutter_x11_filter_remove indicates that Clutter has internally handled the event and the caller should do no further processing. clutter_x11_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. clutter_x11_filter_translate will not occur. |