diff docs.html @ 4009:1146681dbb74 SDL-1.2

Fixed bug #382 Added horizontal scrolling support: SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 06 Jul 2007 09:15:43 +0000
parents ea059917233c
children f5794774970d
line wrap: on
line diff
--- a/docs.html	Fri Jul 06 07:45:33 2007 +0000
+++ b/docs.html	Fri Jul 06 09:15:43 2007 +0000
@@ -29,6 +29,9 @@
 	Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
 </P>
 <P>
+	Added SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
+</P>
+<P>
 	Fixed buffer overrun crash when resampling audio rates.
 </P>
 <P>