Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40452
This commit is contained in:
Sam Lantinga 2002-08-19 18:09:44 +00:00
parent a05e8ec098
commit aa3ff02a85
4 changed files with 12 additions and 2 deletions

View file

@ -3,6 +3,11 @@ This is a list of API changes in SDL's version history.
Version 1.0:
1.2.5:
Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)
Added SDL_GL_STEREO for stereoscopic OpenGL contexts
1.2.0:
Added SDL_VIDEOEXPOSE event to signal that the screen needs to
be redrawn. This is currently only delivered to OpenGL windows