#include <OgreGLXWindowInterface.h>
Inheritance diagram for Ogre::GLXWindowInterface:
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.
Implemented in Ogre::GLXWindow. |
|
Call this to notify the window was resized.
Implemented in Ogre::GLXWindow. |
Copyright © 2000-2005 by The OGRE Team
Last modified Sun Nov 20 12:45:58 2005