|
@@ -65,7 +65,10 @@ namespace irr
|
|
|
cast to s32 and used as UserData1 and UserData2.
|
|
|
MacOS: Not yet implemented
|
|
|
*/
|
|
|
- EET_USER_EVENT,
|
|
|
+ EET_USER_EVENT,
|
|
|
+
|
|
|
+ //! The window was resized by the user.
|
|
|
+ EET_WINDOW_RESIZE_EVENT,
|
|
|
|
|
|
//! This enum is never used, it only forces the compiler to
|
|
|
//! compile these enumeration values to 32 bit.
|