System interfacing bridge between libRocket and nomlib.
More...
#include <RocketSDL2SystemInterface.hpp>
|
| virtual void | Release () |
| | Implements Rocket::Core::SystemInterface::Release.
|
| virtual void | ActivateKeyboard () |
| | Begin text input mode (brings up virtual keyboard on mobile hardware).
|
| virtual void | DeactivateKeyboard () |
| | End text input mode (brings up virtual keyboard on mobile hardware).
|
| virtual float | GetElapsedTime () |
| | Implements Rocket::Core::SystemInterface::GetElapsedTime.
|
| virtual bool | LogMessage (Rocket::Core::Log::Type type, const Rocket::Core::String &message) |
| | Implements Rocket::Core::SystemInterface::LogMessage.
|
System interfacing bridge between libRocket and nomlib.
- See also
- http://librocket.com/wiki/documentation/C%2B%2BManual/Input
Definition at line 46 of file RocketSDL2SystemInterface.hpp.
◆ ActivateKeyboard()
| virtual void nom::RocketSDL2SystemInterface::ActivateKeyboard |
( |
| ) |
|
|
virtual |
Begin text input mode (brings up virtual keyboard on mobile hardware).
◆ DeactivateKeyboard()
| virtual void nom::RocketSDL2SystemInterface::DeactivateKeyboard |
( |
| ) |
|
|
virtual |
End text input mode (brings up virtual keyboard on mobile hardware).
◆ GetElapsedTime()
| virtual float nom::RocketSDL2SystemInterface::GetElapsedTime |
( |
| ) |
|
|
virtual |
Implements Rocket::Core::SystemInterface::GetElapsedTime.
◆ LogMessage()
| virtual bool nom::RocketSDL2SystemInterface::LogMessage |
( |
Rocket::Core::Log::Type | type, |
|
|
const Rocket::Core::String & | message ) |
|
virtual |
◆ Release()
| virtual void nom::RocketSDL2SystemInterface::Release |
( |
| ) |
|
|
virtual |
Implements Rocket::Core::SystemInterface::Release.
The documentation for this class was generated from the following file: