equal
deleted
inserted
replaced
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.5: |
|
7 Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) |
|
8 |
|
9 Added SDL_GL_STEREO for stereoscopic OpenGL contexts |
5 |
10 |
6 1.2.0: |
11 1.2.0: |
7 Added SDL_VIDEOEXPOSE event to signal that the screen needs to |
12 Added SDL_VIDEOEXPOSE event to signal that the screen needs to |
8 be redrawn. This is currently only delivered to OpenGL windows |
13 be redrawn. This is currently only delivered to OpenGL windows |
9 on X11, though it may be delivered in the future when the video |
14 on X11, though it may be delivered in the future when the video |