Equalizer 1.0
|
Base class for window system-specific event handlers. More...
#include <eventHandler.h>
Protected Member Functions | |
EventHandler () | |
Construct a new event handler. | |
virtual | ~EventHandler () |
Destruct the event handler. | |
void | _computePointerDelta (const Window *window, Event &event) |
void | _getRenderContext (const Window *window, Event &event) |
Base class for window system-specific event handlers.
Definition at line 26 of file eventHandler.h.
eq::EventHandler::EventHandler | ( | ) | [inline, protected] |
virtual eq::EventHandler::~EventHandler | ( | ) | [inline, protected, virtual] |