Mercurial > sdl-ios-xcode
diff src/video/win32/SDL_win32window.h @ 1722:5daa04d862f1 SDL-1.3
Added a userdata parameter for event filters.
Added a function to filter the existing queued events.
Added explicit support for relative mouse mode to the API.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 30 Jun 2006 08:18:44 +0000 |
parents | a1ebb17f9c52 |
children | 6c63fc2bd986 |
line wrap: on
line diff
--- a/src/video/win32/SDL_win32window.h Fri Jun 30 05:50:35 2006 +0000 +++ b/src/video/win32/SDL_win32window.h Fri Jun 30 08:18:44 2006 +0000 @@ -29,10 +29,11 @@ typedef struct { - SDL_Window *window; + SDL_WindowID windowID; HWND hwnd; WNDPROC wndproc; BOOL created; + struct SDL_VideoData *videodata; } SDL_WindowData; extern int WIN_CreateWindow(_THIS, SDL_Window * window);