|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
#include <OgreWindowEventUtilities.h>
| Public Types | |
| typedef multimap< RenderWindow *, WindowEventListener * >::type | WindowEventListeners | 
| Static Public Member Functions | |
| static void | _addRenderWindow (RenderWindow *window) | 
| static void | _removeRenderWindow (RenderWindow *window) | 
| static void | addWindowEventListener (RenderWindow *window, WindowEventListener *listener) | 
| static void | messagePump () | 
| static void | removeWindowEventListener (RenderWindow *window, WindowEventListener *listener) | 
| Static Public Attributes | |
| static WindowEventListeners | _msListeners | 
| static RenderWindowList | _msWindows | 
| typedef multimap<RenderWindow*,WindowEventListener*>::type Ogre::WindowEventUtilities::WindowEventListeners | 
| 
 | static | 
| window | The RenderWindow to monitor | 
| 
 | static | 
| window | The RenderWindow to remove from list | 
| 
 | static | 
| window | The RenderWindow you are interested in monitoring | 
| listener | Your callback listener | 
| 
 | static | 
| window | The RenderWindow you registered with | 
| listener | The listener registered | 
| 
 | static | 
| 
 | static |