File SystemInterfaceOgre3D.h

class SystemInterfaceOgre3D : public SystemInterface
#include <SystemInterfaceOgre3D.h>

A sample system interface for Rocket into Ogre3D.

Author

Peter Curry

Public Functions

SystemInterfaceOgre3D()
virtual ~SystemInterfaceOgre3D()
virtual float GetElapsedTime()

Gets the number of seconds elapsed since the start of the application.

virtual bool LogMessage(Rocket::Core::Log::Type type, const Rocket::Core::String &message)

Logs the specified message.

Private Members

Ogre::Timer timer