]> git.lizzy.rs Git - irrlicht.git/blobdiff - include/IGUIEnvironment.h
Merging r6196 through r6248 from trunk to ogl-es branch
[irrlicht.git] / include / IGUIEnvironment.h
index 3b6095bdd146dcb8a6003e4948f5d5d6b864b0e8..3de1d876987e2c50e673f6b2b2b057e36ee48877 100644 (file)
@@ -258,10 +258,14 @@ public:
        Note that it usually works badly to pass the modal screen already as parent when creating\r
        a new element. It's better to add that new element later to the modal screen with addChild.\r
        \param parent Parent gui element of the modal.\r
+       \param blinkMode Bitset of when to blink (can be combined)\r
+               0 = never\r
+               1 = focus changes\r
+               2 = Left mouse button pressed down\r
        \return Pointer to the created modal. Returns 0 if an error occurred.\r
        This pointer should not be dropped. See IReferenceCounted::drop() for\r
        more information. */\r
-       virtual IGUIElement* addModalScreen(IGUIElement* parent) = 0;\r
+       virtual IGUIElement* addModalScreen(IGUIElement* parent, int blinkMode = 3) = 0;\r
 \r
        //! Adds a message box.\r
        /** \param caption Text to be displayed the title of the message box.\r