RAMSES Documentation  27.0.130
Information for RAMSES users and developers
Classes | Namespaces
IRendererEventHandler.h File Reference
#include "Types.h"
#include "ramses-framework-api/APIExport.h"
#include <chrono>

Go to the source code of this file.

Classes

class  ramses::IRendererEventHandler
 Provides an interface for handling the result of renderer events. Implementation of this interface must be passed to RamsesRenderer::dispatchEvents which will in return invoke methods of the interface according to events that occurred since last dispatching. More...
 
class  ramses::RendererEventHandlerEmpty
 Convenience empty implementation of IRendererEventHandler that can be used to derive from when only subset of event handling methods need to be implemented. More...
 

Namespaces

 ramses
 The RAMSES namespace contains all client side objects and functions used to implement RAMSES applications. RAMSES refers to these applications as clients.