18 #ifndef EQ_GLX_EVENTHANDLER_H
19 #define EQ_GLX_EVENTHANDLER_H
21 #include <eq/client/eventHandler.h>
22 #include <eq/client/glXTypes.h>
23 #include <eq/client/types.h>
25 #include <lunchbox/thread.h>
58 uint32_t _getButtonState( XEvent& event );
59 uint32_t _getButtonAction( XEvent& event );
60 uint32_t _getKey( XEvent& event );
66 #endif // EQ_GLX_EVENTHANDLER_H
EventHandler()
Construct a new event handler.
virtual ~EventHandler()
Destruct the glX event handler.
Base class for window system-specific event handlers.
The event handler for glX/X11 windows.
The interface defining the minimum functionality for a glX window.
A window-system event for a glx::WindowIF.
static void dispatch()
Dispatch all pending events on the current thread.