Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)

This commit is contained in:
Sam Lantinga
2002-08-19 18:09:44 +00:00
parent 7fabbe8198
commit 51ae701fe9
4 changed files with 12 additions and 2 deletions

View File

@@ -16,6 +16,7 @@ be found at the <A HREF="http://www.libsdl.org/"> main SDL page</A>.
Major changes since SDL 1.0.0:
</H2>
<UL>
<LI> 1.2.5: Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5)
<LI> 1.2.5: Added SDL_GL_STEREO for stereoscopic OpenGL contexts
<LI> 1.2.5: Fixed VidMode error when running on XFree86 3.3
<LI> 1.2.5: Added initial support for PicoGUI (thanks Micah!)