Mercurial > sdl-ios-xcode
diff include/SDL_compat.h @ 2153:760c1bd2d625
Reverted mousewheel support in 1.2, since it breaks binary compatibility.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 06 Jul 2007 13:45:10 +0000 |
parents | 003c1b5b07da |
children | 926294b2bb4e |
line wrap: on
line diff
--- a/include/SDL_compat.h Fri Jul 06 09:22:18 2007 +0000 +++ b/include/SDL_compat.h Fri Jul 06 13:45:10 2007 +0000 @@ -63,8 +63,6 @@ #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