Mercurial > sdl-ios-xcode
comparison include/SDL_compat.h @ 2152:003c1b5b07da
Fixed bug #382
Added horizontal scrolling support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 06 Jul 2007 09:22:18 +0000 |
parents | 047245361002 |
children | 760c1bd2d625 |
comparison
equal
deleted
inserted
replaced
2151:1e0692271600 | 2152:003c1b5b07da |
---|---|
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 | |
66 | 68 |
67 #define SDL_DEFAULT_REPEAT_DELAY 500 | 69 #define SDL_DEFAULT_REPEAT_DELAY 500 |
68 #define SDL_DEFAULT_REPEAT_INTERVAL 30 | 70 #define SDL_DEFAULT_REPEAT_INTERVAL 30 |
69 | 71 |
70 typedef struct SDL_VideoInfo | 72 typedef struct SDL_VideoInfo |