Reverted mousewheel support in 1.2, since it breaks binary compatibility.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%402431
This commit is contained in:
Sam Lantinga 2007-07-06 13:45:10 +00:00
parent 43e5d2b938
commit 82e02091bc
2 changed files with 17 additions and 32 deletions

View file

@ -63,8 +63,6 @@ extern "C" {
#define SDL_BUTTON_WHEELUP 4
#define SDL_BUTTON_WHEELDOWN 5
#define SDL_BUTTON_WHEELLEFT 6
#define SDL_BUTTON_WHEELRIGHT 7
#define SDL_DEFAULT_REPEAT_DELAY 500
#define SDL_DEFAULT_REPEAT_INTERVAL 30