#include <libRocketKGESystem.h>
Public Member Functions |
| libRocketKGESystem () |
| Constructor.
|
float | GetElapsedTime () |
bool | LogMessage (Rocket::Core::Log::Type type, const Rocket::Core::String &message) |
void | SetContext (Rocket::Core::Context *pContext) |
| Sets the rocket context for sending inputs to it.
|
void | Render () |
| Updates and render the context.
|
Protected Attributes |
Rocket::Core::Context * | m_pContext |
Detailed Description
Definition at line 9 of file libRocketKGESystem.h.
Constructor & Destructor Documentation
kge::libRocketKGESystem::libRocketKGESystem |
( |
| ) |
|
Member Function Documentation
float kge::libRocketKGESystem::GetElapsedTime |
( |
| ) |
|
Get the number of seconds elapsed since the start of the application.
- Returns
- Elapsed time, in seconds.
bool kge::libRocketKGESystem::LogMessage |
( |
Rocket::Core::Log::Type |
type, |
|
|
const Rocket::Core::String & |
message |
|
) |
| |
Log the specified message.
- Parameters
-
[in] | type | Type of log message, ERROR, WARNING, etc. |
[in] | message | Message to log. |
- Returns
- True to continue execution, false to break into the debugger.
void kge::libRocketKGESystem::Render |
( |
| ) |
|
Updates and render the context.
void kge::libRocketKGESystem::SetContext |
( |
Rocket::Core::Context * |
pContext | ) |
|
Sets the rocket context for sending inputs to it.
Member Data Documentation
Rocket::Core::Context* kge::libRocketKGESystem::m_pContext |
|
protected |
The documentation for this class was generated from the following file: