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 @@ -121,4 +149,8 @@ namespace irr EGET_EDITBOX_ENTER, + //! In an editbox the text was changed. + //! Could be because the user pressed keys, but also when the text is changed manually. + EGET_EDITBOX_TEXT_CHANGED, + //! The tab was changed in an tab control EGET_TAB_CHANGED,