Mercurial > sdl-ios-xcode
diff include/SDL_compat.h @ 1724:6c63fc2bd986 SDL-1.3
Proof of concept done - Win32 GDI implementation mostly complete.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 06 Jul 2006 07:17:11 +0000 |
parents | ed4d4f1ea201 |
children | 90a3e0fccb88 |
line wrap: on
line diff
--- a/include/SDL_compat.h Thu Jul 06 05:53:32 2006 +0000 +++ b/include/SDL_compat.h Thu Jul 06 07:17:11 2006 +0000 @@ -57,6 +57,12 @@ #define SDL_ACTIVEEVENT SDL_EVENT_RESERVED1 #define SDL_VIDEORESIZE SDL_EVENT_RESERVED2 #define SDL_VIDEOEXPOSE SDL_EVENT_RESERVED3 +#define SDL_ACTIVEEVENTMASK SDL_EVENTMASK(SDL_ACTIVEEVENT) +#define SDL_VIDEORESIZEMASK SDL_EVENTMASK(SDL_VIDEORESIZE) +#define SDL_VIDEOEXPOSEMASK SDL_EVENTMASK(SDL_VIDEOEXPOSE) + +#define SDL_BUTTON_WHEELUP 4 +#define SDL_BUTTON_WHEELDOWN 5 typedef struct SDL_VideoInfo {