Equalizer
1.2.1
|
The event handler for WGL. More...
#include <eventHandler.h>
Public Member Functions | |
EventHandler (WindowIF *window) | |
Construct a new WGL event handler for the window. | |
virtual | ~EventHandler () |
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 29 of file wgl/eventHandler.h.
eq::wgl::EventHandler::EventHandler | ( | WindowIF * | window | ) |
Construct a new WGL event handler for the window.
virtual eq::wgl::EventHandler::~EventHandler | ( | ) | [virtual] |
static void eq::wgl::EventHandler::exitMagellan | ( | Node * | node | ) | [static] |
static bool eq::wgl::EventHandler::initMagellan | ( | Node * | node | ) | [static] |
Initialize space mouse event handling for this process.
Received space mouse events are directly send to the application.