#include <OgreWindowEventUtilities.h>
◆ ~WindowEventListener()
virtual Ogre::WindowEventListener::~WindowEventListener |
( |
| ) |
|
|
inlinevirtual |
◆ windowClosed()
virtual void Ogre::WindowEventListener::windowClosed |
( |
Window * |
rw | ) |
|
|
inlinevirtual |
- Parameters
-
rw | The Window which created this events |
- 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.
◆ windowClosing()
virtual bool Ogre::WindowEventListener::windowClosing |
( |
Window * |
rw | ) |
|
|
inlinevirtual |
- Parameters
-
rw | The Window which created this events |
- Returns
- True will close the window(default).
◆ windowFocusChange()
virtual void Ogre::WindowEventListener::windowFocusChange |
( |
Window * |
rw | ) |
|
|
inlinevirtual |
- Parameters
-
rw | The Window which created this events |
◆ windowMoved()
virtual void Ogre::WindowEventListener::windowMoved |
( |
Window * |
rw | ) |
|
|
inlinevirtual |
- Parameters
-
rw | The Window which created this events |
◆ windowResized()
virtual void Ogre::WindowEventListener::windowResized |
( |
Window * |
rw | ) |
|
|
inlinevirtual |
- Parameters
-
rw | The Window which created this events |
The documentation for this class was generated from the following file: