Equalizer
1.10.1
Parallel Rendering Framework
|
The event handler for glX/X11 windows. More...
#include <eventHandler.h>
Public Member Functions | |
EventHandler (WindowIF *window) | |
Construct a new glX event handler. More... | |
virtual | ~EventHandler () |
Destruct the glX event handler. More... | |
Static Public Member Functions | |
static void | dispatch () |
Dispatch all pending events on the current thread. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from eq::EventHandler | |
EventHandler () | |
Construct a new event handler. More... | |
EQ_API void | _computePointerDelta (Event &event) |
The event handler for glX/X11 windows.
Definition at line 33 of file glx/eventHandler.h.
eq::glx::EventHandler::EventHandler | ( | WindowIF * | window | ) |
Construct a new glX event handler.
|
virtual |
|
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.