#include <OgreGLXWindowInterface.h>
Public Member Functions | |
| virtual | ~GLXWindowInterface ()=0 |
| virtual void | exposed (bool active)=0 |
| Call this with true when the window is mapped/visible, false when the window is unmapped/invisible. | |
| virtual void | resized (size_t width, size_t height)=0 |
| Call this to notify the window was resized. | |
Use if this is mandatory when you provide your own input system instead of the Ogre input system.
Definition at line 36 of file OgreGLXWindowInterface.h.
|
|
|
|
|
Call this with true when the window is mapped/visible, false when the window is unmapped/invisible.
|
|
||||||||||||
|
Call this to notify the window was resized.
|
Copyright © 2000-2005 by The OGRE Team

This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Jan 21 10:10:36 2007