|
using | EventHandler = ezDelegate< void(Rml::Event &)> |
|
|
| ezRmlUiContext (const Rml::String &sName, Rml::RenderManager *pRenderManager, Rml::TextInputHandler *pTextInputHandler) |
|
ezResult | LoadDocumentFromResource (const ezRmlUiResourceHandle &hResource) |
|
ezResult | LoadDocumentFromString (const ezStringView &sContent) |
|
void | UnloadDocument () |
|
ezResult | ReloadDocumentFromResource (const ezRmlUiResourceHandle &hResource) |
|
void | ShowDocument () |
|
void | HideDocument () |
|
bool | UpdateInput (const ezVec2 &vMousePos) |
| Returns true if the input was consumed.
|
|
bool | WantsInput () const |
|
void | SetSize (const ezVec2U32 &vSize) |
|
void | SetDpiScale (float fScale) |
|
void | RegisterEventHandler (const char *szIdentifier, EventHandler handler) |
|
void | DeregisterEventHandler (const char *szIdentifier) |
|
void | Update () |
|
|
class | ezRmlUi |
|
class | ezRmlUiInternal::EventListener |
|
The documentation for this class was generated from the following files:
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/RmlUiPlugin/RmlUiContext.h
- /home/runner/work/ezEngine/ezEngine/Code/EnginePlugins/RmlUiPlugin/Implementation/RmlUiContext.cpp