#include <OgreWindowEventUtilities.h>
Public Member Functions | |
| virtual | ~WindowEventListener () |
| virtual void | windowMoved (RenderWindow *rw) |
| Window has moved position | |
| virtual void | windowResized (RenderWindow *rw) |
| Window has resized | |
| virtual bool | windowClosing (RenderWindow *rw) |
| Window is closing (Only triggered if user pressed the [X] button) | |
| virtual void | windowClosed (RenderWindow *rw) |
| Window has been closed (Only triggered if user pressed the [X] button) | |
| virtual void | windowFocusChange (RenderWindow *rw) |
| Window has lost/gained focus | |
Definition at line 47 of file OgreWindowEventUtilities.h.
| virtual Ogre::WindowEventListener::~WindowEventListener | ( | ) | [virtual] |
Definition at line 50 of file OgreWindowEventUtilities.h.
| virtual void Ogre::WindowEventListener::windowMoved | ( | RenderWindow * | rw | ) | [virtual] |
Window has moved position
| rw | The RenderWindow which created this events |
Definition at line 58 of file OgreWindowEventUtilities.h.
| virtual void Ogre::WindowEventListener::windowResized | ( | RenderWindow * | rw | ) | [virtual] |
Window has resized
| rw | The RenderWindow which created this events |
Definition at line 66 of file OgreWindowEventUtilities.h.
| virtual bool Ogre::WindowEventListener::windowClosing | ( | RenderWindow * | rw | ) | [virtual] |
Window is closing (Only triggered if user pressed the [X] button)
| rw | The RenderWindow which created this events |
Definition at line 75 of file OgreWindowEventUtilities.h.
| virtual void Ogre::WindowEventListener::windowClosed | ( | RenderWindow * | rw | ) | [virtual] |
Window has been closed (Only triggered if user pressed the [X] button)
| rw | The RenderWindow which created this events |
Definition at line 88 of file OgreWindowEventUtilities.h.
| virtual void Ogre::WindowEventListener::windowFocusChange | ( | RenderWindow * | rw | ) | [virtual] |
Window has lost/gained focus
| rw | The RenderWindow which created this events |
Definition at line 96 of file OgreWindowEventUtilities.h.
Copyright © 2008 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jul 26 11:38:21 2009