Equalizer  1.6.1
Public Member Functions | Static Public Member Functions | List of all members
eq::wgl::EventHandler Class Reference

The event handler for WGL. More...

#include <eventHandler.h>

+ Inheritance diagram for eq::wgl::EventHandler:
+ Collaboration diagram for eq::wgl::EventHandler:

Public Member Functions

 EventHandler (WindowIF *window)
 Construct a new WGL event handler for the window. More...
 
virtual ~EventHandler ()
 Destruct the WGL event handler. More...
 

Static Public Member Functions

static bool initMagellan (Node *node)
 Initialize space mouse event handling for this process. More...
 
static void exitMagellan (Node *node)
 De-initialize space mouse event handling for this process. More...
 

Additional Inherited Members

- Protected Member Functions inherited from eq::EventHandler
 EventHandler ()
 Construct a new event handler. More...
 
void _computePointerDelta (const Window *window, Event &event)
 
void _getRenderContext (const Window *window, Event &event)
 

Detailed Description

The event handler for WGL.

Definition at line 31 of file wgl/eventHandler.h.

Constructor & Destructor Documentation

eq::wgl::EventHandler::EventHandler ( WindowIF window)

Construct a new WGL event handler for the window.

Version
1.0
virtual eq::wgl::EventHandler::~EventHandler ( )
virtual

Destruct the WGL event handler.

Version
1.0

Reimplemented from eq::EventHandler.

Member Function Documentation

static void eq::wgl::EventHandler::exitMagellan ( Node node)
static

De-initialize space mouse event handling for this process.

See Also
Node::configInit
Version
1.0
static bool eq::wgl::EventHandler::initMagellan ( Node node)
static

Initialize space mouse event handling for this process.

Received space mouse events are processed by Node::processEvent().

Version
1.0

The documentation for this class was generated from the following file: