Mercurial > sdl-ios-xcode
comparison WhatsNew @ 1507:1ff64ad478b2
Fixed bug #112
Added SDL_GetKeyRepeat()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 13 Mar 2006 01:41:32 +0000 |
parents | 67176351a1b8 |
children | 8d9bb0cf2c2a |
comparison
equal
deleted
inserted
replaced
1506:dc057a602e98 | 1507:1ff64ad478b2 |
---|---|
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.10: | |
7 Added SDL_GetKeyRepeat() | |
8 Added SDL_config.h, with defaults for various build environments. | |
5 | 9 |
6 1.2.7: | 10 1.2.7: |
7 Added CPU feature detection functions to SDL_cpuinfo.h: | 11 Added CPU feature detection functions to SDL_cpuinfo.h: |
8 SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(), | 12 SDL_HasRDTSC(), SDL_HasMMX(), SDL_Has3DNow(), SDL_HasSSE(), |
9 SDL_HasAltiVec() | 13 SDL_HasAltiVec() |