Callback class used to send out window events to client app More...
#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 |
Callback class used to send out window events to client app
Definition at line 58 of file OgreWindowEventUtilities.h.
virtual Ogre::WindowEventListener::~WindowEventListener | ( | ) | [virtual] |
Definition at line 61 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 101 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 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 110 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 69 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 78 of file OgreWindowEventUtilities.h.
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.
Last modified Wed Nov 3 2010 19:25:03