Name
enum _e_event_t —
Event type.
Synopsis
enum _e_event_t {
E_EVENT_PASS,
E_EVENT_SINK
}; Constants
- E_EVENT_PASS
A passthrough event handler which only receives the event.
- E_EVENT_SINK
A sink event handler swallows all events it processes.
Description
The event type defines what type of event listener this is.
Events should normally be E_EVENT_PASS.
Description
The event type defines what type of event listener this is.
Events should normally be E_EVENT_PASS.