Defines a listener on the custom events that this render system can raise.  
 More...
#include <OgreRenderSystem.h>
Defines a listener on the custom events that this render system can raise. 
- See also
- RenderSystem::addListener 
◆ Listener()
  
  | 
        
          | Ogre::RenderSystem::Listener::Listener | ( |  | ) |  |  | inline | 
 
 
◆ ~Listener()
  
  | 
        
          | virtual Ogre::RenderSystem::Listener::~Listener | ( |  | ) |  |  | inlinevirtual | 
 
 
◆ eventOccurred()
  
  | 
        
          | virtual void Ogre::RenderSystem::Listener::eventOccurred | ( | const String & | eventName, |  
          |  |  | const NameValuePairList * | parameters = 0 ) |  | pure virtual | 
 
A rendersystem-specific event occurred. 
- Parameters
- 
  
    | 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::OverlaySystem.
 
 
The documentation for this class was generated from the following file: