OGRE
13.6
Object-Oriented Graphics Rendering Engine
|
Utility class to handle Window Messages. More...
#include <OgreWindowEventUtilities.h>
Static Public Member Functions | |
static void | _addRenderWindow (Ogre::RenderWindow *window) |
static void | _removeRenderWindow (Ogre::RenderWindow *window) |
static void | addWindowEventListener (Ogre::RenderWindow *window, WindowEventListener *listener) |
static void | messagePump () |
Call this once per frame. More... | |
static void | removeWindowEventListener (Ogre::RenderWindow *window, WindowEventListener *listener) |
Utility class to handle Window Messages.
This only provides a minimal implementation for moving/ resizing windows.
|
static |
Call this once per frame.
This will update all registered RenderWindows.
|
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 |
window | The RenderWindow to monitor |
|
static |
window | The RenderWindow to remove from list |