handle_event


Description:


public FilterReturn handle_event (Event event)

This function processes a single GDK event; it can be used to hook into external event processing

Parameters:

event

a Event

Returns:

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.


Namespace: ClutterGdk
Package: clutter-gdk-1.0