From aa3ff02a85ea5c3ac1e081105b2dc72bdb69bc62 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) --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%40452 --- 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 @@ be found at the main SDL page. Major changes since SDL 1.0.0: