Enumeration

CoglFilterReturn

since: 13

Declaration

enum Cogl.FilterReturn

Description [src]

Return values for the CoglXlibFilterFunc and CoglWin32FilterFunc functions.

Available since: 13

Members

COGL_FILTER_CONTINUE

The event was not handled, continues the processing.

  • Value: 0
  • Nickname: None
  • Available since: 13
COGL_FILTER_REMOVE

Remove the event, stops the processing.

  • Value: 1
  • Nickname: None
  • Available since: 13