|
@@ -142,6 +142,8 @@ RMLUICORE_API void RegisterPlugin(Plugin* plugin);
|
|
|
/// @return The EventId of the newly created type, or existing type if 'type' is an internal type.
|
|
/// @return The EventId of the newly created type, or existing type if 'type' is an internal type.
|
|
|
RMLUICORE_API EventId RegisterEventType(const String& type, bool interruptible, bool bubbles, DefaultActionPhase default_action_phase = DefaultActionPhase::None);
|
|
RMLUICORE_API EventId RegisterEventType(const String& type, bool interruptible, bool bubbles, DefaultActionPhase default_action_phase = DefaultActionPhase::None);
|
|
|
|
|
|
|
|
|
|
+/// Returns a list of source URLs to textures in all loaded documents.
|
|
|
|
|
+RMLUICORE_API StringList GetTextureSourceList();
|
|
|
/// Forces all texture handles loaded and generated by RmlUi to be released.
|
|
/// Forces all texture handles loaded and generated by RmlUi to be released.
|
|
|
RMLUICORE_API void ReleaseTextures();
|
|
RMLUICORE_API void ReleaseTextures();
|
|
|
/// Forces all compiled geometry handles generated by RmlUi to be released.
|
|
/// Forces all compiled geometry handles generated by RmlUi to be released.
|