]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIStaticText.h
Prepare for integration with Minetest
[irrlicht.git] / include / IGUIStaticText.h
index beb8f59717b9398174aa2cab3aadc5a53bef0378..33db281e5913e545c2d6bb2f4749f704c6f227e0 100644 (file)
@@ -51,6 +51,10 @@ namespace gui
                /** \return: The override color */\r
                virtual video::SColor getOverrideColor(void) const = 0;\r
 \r
+               //! Gets the currently used text color\r
+               /** Either a skin-color for the current state or the override color */\r
+               virtual video::SColor getActiveColor() const = 0;\r
+\r
                //! Sets if the static text should use the override color or the color in the gui skin.\r
                /** \param enable: If set to true, the override color, which can be set\r
                with IGUIStaticText::setOverrideColor is used, otherwise the\r