handle_event


Description:


[ Version ( since = "0.8" ) ]
public FilterReturn handle_event (Event xevent)

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.

Parameters:

xevent

pointer to XEvent structure

Returns:

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.


Namespace: ClutterX11
Package: clutter-x11-1.0