comparison WhatsNew @ 451:24edec3cafe4

Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 19 Aug 2002 18:09:44 +0000
parents fab1ddc4d7bf
children 12a21d82a060
comparison
equal deleted inserted replaced
450:8a43e0cbf02f 451:24edec3cafe4
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