![]() |
OGRE 2.3.3
Object-Oriented Graphics Rendering Engine
|
Defines a listener on the custom events that this render system can raise. More...
#include <OgreRenderSystem.h>
Inheritance diagram for Ogre::RenderSystem::Listener:Public Member Functions | |
| Listener () | |
| virtual | ~Listener () |
| virtual void | eventOccurred (const String &eventName, const NameValuePairList *parameters=0)=0 |
| A rendersystem-specific event occurred. | |
Defines a listener on the custom events that this render system can raise.
|
inline |
|
virtual |
|
pure virtual |
A rendersystem-specific event occurred.
| eventName | The name of the event which has occurred |
| parameters | A list of parameters that may belong to this event, may be null if there are no parameters |
Implemented in Ogre::ParallaxCorrectedCubemapBase, Ogre::v1::OverlaySystem, and Ogre::D3D11RenderPassDescriptor.