#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.
|
Definition at line 50 of file OgreWindowEventUtilities.h. |
|
Window has been closed (Only triggered if user pressed the [X] button)
Definition at line 88 of file OgreWindowEventUtilities.h. |
|
Window is closing (Only triggered if user pressed the [X] button)
Definition at line 75 of file OgreWindowEventUtilities.h. |
|
Window has lost/gained focus
Definition at line 96 of file OgreWindowEventUtilities.h. |
|
Window has moved position
Definition at line 58 of file OgreWindowEventUtilities.h. |
|
Window has resized
Definition at line 66 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 Sat Apr 11 13:56:39 2009