diff -abBpNPwrU2 --exclude='*.svn' irrlicht-svn-ss/trunk/include/IEventReceiver.h Irrlicht_starsonata/include/IEventReceiver.h --- irrlicht-svn-ss/trunk/include/IEventReceiver.h 2007-07-26 02:11:22.000000000 +0200 +++ Irrlicht_starsonata/include/IEventReceiver.h 2008-08-19 14:34:25.000000000 +0200 @@ -130,7 +162,23 @@ namespace irr EGET_COMBO_BOX_CHANGED, + //! A gui element has gained focus. + EGET_ELEMENT_FOCUS_GAINED, + + //! A gui element has gained focus and is telling others. + EGET_MESSAGE_FOCUS_LOST, + + //! A gui element has gained focus and is telling others. + EGET_MESSAGE_FOCUS_GAINED, + + //! A window is resized by the user + //! The sizing rect can be accessed and change by IGUIWindow::getSizingRect() + //! Also resizing can be prevented by returning true for the event. + EGET_WINDOW_SIZING, + //! The value of a spin box has changed - EGET_SPINBOX_CHANGED + EGET_SPINBOX_CHANGED, + //! No real event. Just for convenience to get number of events + EGET_COUNT }; } // end namespace gui