comparison 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
comparison
equal deleted inserted replaced
2152:003c1b5b07da 2153:760c1bd2d625
61 #define SDL_VIDEORESIZEMASK SDL_EVENTMASK(SDL_VIDEORESIZE) 61 #define SDL_VIDEORESIZEMASK SDL_EVENTMASK(SDL_VIDEORESIZE)
62 #define SDL_VIDEOEXPOSEMASK SDL_EVENTMASK(SDL_VIDEOEXPOSE) 62 #define SDL_VIDEOEXPOSEMASK SDL_EVENTMASK(SDL_VIDEOEXPOSE)
63 63
64 #define SDL_BUTTON_WHEELUP 4 64 #define SDL_BUTTON_WHEELUP 4
65 #define SDL_BUTTON_WHEELDOWN 5 65 #define SDL_BUTTON_WHEELDOWN 5
66 #define SDL_BUTTON_WHEELLEFT 6
67 #define SDL_BUTTON_WHEELRIGHT 7
68 66
69 #define SDL_DEFAULT_REPEAT_DELAY 500 67 #define SDL_DEFAULT_REPEAT_DELAY 500
70 #define SDL_DEFAULT_REPEAT_INTERVAL 30 68 #define SDL_DEFAULT_REPEAT_INTERVAL 30
71 69
72 typedef struct SDL_VideoInfo 70 typedef struct SDL_VideoInfo