18 #ifndef EQ_EVENTHANDLER_H
19 #define EQ_EVENTHANDLER_H
21 #include <eq/client/event.h>
39 EQ_API
void _computePointerDelta(
const Window* window,
Event& event);
45 EQ_API
void _getRenderContext(
const Window* window,
Event& event );
49 Event _lastPointerEvent;
52 const Window* _lastEventWindow;
56 #endif // EQ_EVENTHANDLER_H
Event structure to report window system and other events.
A Window represents an on-screen or off-screen drawable.
virtual ~EventHandler()
Destruct the event handler.
EventHandler()
Construct a new event handler.
Base class for window system-specific event handlers.