branch | SDL-1.2 |
changeset 4280 | e1826b24ee8d |
parent 4113 | 82dab719502e |
child 4299 | 0ca47eaff9c9 |
--- a/WhatsNew Wed Oct 07 06:11:19 2009 +0000 +++ b/WhatsNew Wed Oct 07 08:00:20 2009 +0000 @@ -3,6 +3,14 @@ Version 1.0: +1.2.14: + Added cast macros for correct usage with C++: + SDL_reinterpret_cast(type, expression) + SDL_static_cast(type, expression) + + Added SDL_NO_LOCK_KEYS environment variable to enable normal + up/down events for Caps-Lock and Num-Lock keys. + 1.2.13: Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants.