From 0884fcf07adce3700b6831c9088a3d4f640df708 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 19 Aug 2002 18:09:44 +0000 Subject: [PATCH] Added SDL_BUTTON_WHEELUP (4) and SDL_BUTTON_WHEELDOWN (5) --- WhatsNew | 5 +++++ docs.html | 1 + include/SDL_mouse.h | 4 ++++ src/video/wincommon/SDL_sysevents.c | 4 ++-- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/WhatsNew b/WhatsNew index 80deb3999..d9d86c8f2 100644 --- a/WhatsNew +++ b/WhatsNew @@ -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 diff --git a/docs.html b/docs.html index 318352d43..65a2aa288 100644 --- a/docs.html +++ b/docs.html @@ -16,6 +16,7 @@

Major changes since SDL 1.0.0: