Equalizer
1.6.1
|
Base class for window system-specific event handlers. More...
#include <eventHandler.h>
Protected Member Functions | |
EventHandler () | |
Construct a new event handler. More... | |
virtual | ~EventHandler () |
Destruct the event handler. More... | |
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.
|
inlineprotected |
|
inlineprotectedvirtual |
Destruct the event handler.
Reimplemented in eq::agl::EventHandler, eq::glx::EventHandler, and eq::wgl::EventHandler.
Definition at line 33 of file eventHandler.h.