Ogre::WindowEventListener Class Reference
[RenderSystem]
#include <OgreWindowEventUtilities.h>
List of all members.
Detailed Description
Definition at line 58 of file OgreWindowEventUtilities.h.
Constructor & Destructor Documentation
virtual Ogre::WindowEventListener::~WindowEventListener |
( |
|
) |
[virtual] |
Member Function Documentation
virtual void Ogre::WindowEventListener::windowClosed |
( |
RenderWindow * |
rw |
) |
[virtual] |
- Parameters:
-
- Note:
- The window has not actually close yet when this event triggers. It's only closed after all windowClosed events are triggered. This allows apps to deinitialise properly if they have services that needs the window to exist when deinitialising.
Definition at line 101 of file OgreWindowEventUtilities.h.
virtual bool Ogre::WindowEventListener::windowClosing |
( |
RenderWindow * |
rw |
) |
[virtual] |
virtual void Ogre::WindowEventListener::windowFocusChange |
( |
RenderWindow * |
rw |
) |
[virtual] |
virtual void Ogre::WindowEventListener::windowMoved |
( |
RenderWindow * |
rw |
) |
[virtual] |
virtual void Ogre::WindowEventListener::windowResized |
( |
RenderWindow * |
rw |
) |
[virtual] |
The documentation for this class was generated from the following file: