comparison WhatsNew @ 4280:e1826b24ee8d SDL-1.2

Updated documentation with major changes for 1.2.14
author Sam Lantinga <slouken@libsdl.org>
date Wed, 07 Oct 2009 08:00:20 +0000
parents 82dab719502e
children 0ca47eaff9c9
comparison
equal deleted inserted replaced
4279:42ad751f3192 4280:e1826b24ee8d
1 1
2 This is a list of API changes in SDL's version history. 2 This is a list of API changes in SDL's version history.
3 3
4 Version 1.0: 4 Version 1.0:
5
6 1.2.14:
7 Added cast macros for correct usage with C++:
8 SDL_reinterpret_cast(type, expression)
9 SDL_static_cast(type, expression)
10
11 Added SDL_NO_LOCK_KEYS environment variable to enable normal
12 up/down events for Caps-Lock and Num-Lock keys.
5 13
6 1.2.13: 14 1.2.13:
7 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants. 15 Added SDL_BUTTON_X1 and SDL_BUTTON_X2 constants.
8 16
9 1.2.12: 17 1.2.12: