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

This commit is contained in:
Sam Lantinga
2007-07-06 13:45:10 +00:00
parent 49c02d670f
commit 581076f3aa
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