comparison docs.html @ 4011:f5794774970d SDL-1.2

Reverted mousewheel support in 1.2, since it breaks binary compatibility.
author Sam Lantinga <slouken@libsdl.org>
date Fri, 06 Jul 2007 13:39:03 +0000
parents 1146681dbb74
children cbad710a6509
comparison
equal deleted inserted replaced
4010:3aa1406620f6 4011:f5794774970d
25 <P> 25 <P>
26 Added support for the PulseAudio sound server: http://www.pulseaudio.org/ 26 Added support for the PulseAudio sound server: http://www.pulseaudio.org/
27 </P> 27 </P>
28 <P> 28 <P>
29 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11. 29 Added SDL_VIDEO_ALLOW_SCREENSAVER to override SDL's disabling of the screensaver on Mac OS X, Windows, and X11.
30 </P>
31 <P>
32 Added SDL_BUTTON_WHEELLEFT (6) and SDL_BUTTON_WHEELRIGHT (7)
33 </P> 30 </P>
34 <P> 31 <P>
35 Fixed buffer overrun crash when resampling audio rates. 32 Fixed buffer overrun crash when resampling audio rates.
36 </P> 33 </P>
37 <P> 34 <P>