Equalizer
1.4.1
|
The event handler for glX/X11 windows. More...
#include <eventHandler.h>
Public Member Functions | |
EventHandler (WindowIF *window) | |
Construct a new glX event handler. | |
virtual | ~EventHandler () |
Destruct the glX event handler. | |
Static Public Member Functions | |
static void | dispatch () |
Dispatch all pending events on the current thread. |
The event handler for glX/X11 windows.
Definition at line 32 of file glx/eventHandler.h.
eq::glx::EventHandler::EventHandler | ( | WindowIF * | window | ) |
Construct a new glX event handler.
virtual eq::glx::EventHandler::~EventHandler | ( | ) | [virtual] |
static void eq::glx::EventHandler::dispatch | ( | ) | [static] |
Dispatch all pending events on the current thread.
If no event handlers have been constructed by the calling thread, this function does nothing. This function does not block on events.