The event handler for AGL windows.
More...
#include <eventHandler.h>
The event handler for AGL windows.
Any implementation of the agl::WindowIF can instantiate this event handler, which registers for Carbon events, translates each received event to an AGLWindowEvent and dispatches it to agl::WindowIF::processEvent.
Definition at line 39 of file agl/eventHandler.h.
Construct a new AGL event handler for the given AGL window.
- Version
- 1.0
virtual eq::agl::EventHandler::~EventHandler |
( |
| ) |
|
|
virtual |
static void eq::agl::EventHandler::exitMagellan |
( |
Node * |
node | ) |
|
|
static |
De-initialize space mouse event handling for this process.
- See Also
- Node::configInit
- Version
- 1.0
static void eq::agl::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: