Equalizer 1.0
|
The event handler for WGL. More...
#include <wglEventHandler.h>
Public Member Functions | |
WGLEventHandler (WGLWindowIF *window) | |
Construct a new WGL event handler for the window. | |
virtual | ~WGLEventHandler () |
Destruct the WGL event handler. | |
Static Public Member Functions | |
static bool | initMagellan (Node *node) |
Initialize space mouse event handling for this process. | |
static void | exitMagellan (Node *node) |
De-initialize space mouse event handling for this process. |
The event handler for WGL.
Definition at line 28 of file wglEventHandler.h.
eq::WGLEventHandler::WGLEventHandler | ( | WGLWindowIF * | window | ) |
Construct a new WGL event handler for the window.
virtual eq::WGLEventHandler::~WGLEventHandler | ( | ) | [virtual] |
Destruct the WGL event handler.
static void eq::WGLEventHandler::exitMagellan | ( | Node * | node | ) | [static] |
static bool eq::WGLEventHandler::initMagellan | ( | Node * | node | ) | [static] |
Initialize space mouse event handling for this process.
Received space mouse events are directly send to the application.