19 #ifndef EQ_GLX_EVENTHANDLER_H 20 #define EQ_GLX_EVENTHANDLER_H 22 #include <eq/glx/types.h> 23 #include <eq/eventHandler.h> 26 #include <lunchbox/thread.h> 57 bool _processEvent(
const XEvent& event );
63 #endif // EQ_GLX_EVENTHANDLER_H virtual ~EventHandler()
Destruct the glX event handler.
static void dispatch()
Dispatch all pending events on the current thread.
Base class for window system-specific event handlers.
EventHandler()
Construct a new event handler.
The Equalizer client library.
The event handler for glX/X11 windows.
The interface defining the minimum functionality for a glX window.