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