#include <wglEventHandler.h>


Public Member Functions | |
| WGLEventHandler (WGLWindowIF *window) | |
| Constructs a new WGL event handler. | |
| virtual | ~WGLEventHandler () |
| Destructs the WGL event handler. | |
| WNDPROC | getPreviousWndProc () |
The WGL implementation does not use a thread, since messages are handled by a 'wndproc' callback in the thread which created the window. Each window has its own WGLEventHandler
Definition at line 34 of file wglEventHandler.h.
| eq::WGLEventHandler::WGLEventHandler | ( | WGLWindowIF * | window | ) |
Constructs a new WGL event handler.
Definition at line 118 of file wglEventHandler.cpp.
References EQWARN, and eq::WGLWindowIF::getWGLWindowHandle().

| eq::WGLEventHandler::~WGLEventHandler | ( | ) | [virtual] |
| WNDPROC eq::WGLEventHandler::getPreviousWndProc | ( | ) | [inline] |
Definition at line 47 of file wglEventHandler.h.
0.9 by
1.5.8